#384fda

Color #384FDA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #384FDA

Tints of Free Speech Blue #384FDA

Color information

#384FDA (or 0x384FDA) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4F and DA. RGB value is (56,79,218). Sum of RGB (Red+Green+Blue) = 56+79+218=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #384FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FDA is #C7B025. Grayscale: #575757. Windows color (decimal): -13086758 or 14307128. OLE color: 14307128.

HSL color Cylindrical-coordinate representation of color #384FDA: hue angle of 231.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384FDA is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5679218-
CMYK0.740.6400.15
HSL231.48º68.64%53.73%-
HSV(B)231.48º74.31%85.49%-
XYZ17.0811.4967.65-
YUV87.97201.38105.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 218 (85.55% from 255) = 61.76%
R=15.86%
G=22.38%
B=61.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56792180.740.6400.15231.4868.6453.73
Hex384FDA4A400Fe74536
Octal7011733211210001734710566
Binary1110001001111110110101001010100000001111111001111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384fda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384fda; }

 p { color: rgb(56,79,218); }

 H1.HeaderClassName
 {
   color: #384fda;
 }
 .AnyTagClassName
 {
   color: #384fda;
 }
</style>
background-color css

<style>
 a { background-color: #384fda; }

 a { background-color: rgb(56,79,218); }

 div.DivClassName
 {
   background-color: #384fda;
 }
 .BgClassName
 {
   background-color: #384fda;
 }
</style>
border-color css

<style>
 span { border-color: #384fda; }

 span { border-color: rgb(56,79,218); }

 td.TdClassName
 {
   border-color: #384fda;
 }
 .TagClassName
 {
   border-color: #384fda;
 }
</style>