Html Css Color HEX #385ECB Free Speech Blue

📋 copy color: '#385ECB'

red 56 ◦ green 94 ◦ blue 203

#385ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #385ECB

Tints of Free Speech Blue #385ECB

RGB

 RED value IS 56 (22.27% from 255) = 15.86%

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 15.86%
G = 26.63%
B = 57.51%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#385ECB (or 0x385ECB) is known color: Free Speech Blue. HEX triplet: 38, 5E and CB. RGB value is (56,94,203). Sum of RGB (Red+Green+Blue) = 56+94+203=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #385ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ECB is #C7A134. Grayscale: #5E5E5E. Windows color (decimal): -13082933 or 13327928. OLE color: 13327928.

HSL color Cylindrical-coordinate representation of color #385ECB: hue angle of 224.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385ECB is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 94 203 -
CMYK 0.72 0.54 0 0.20
HSL 224.49º 0.59% 0.51% -
HSV(B) 224.49º 0.72% 0.8% -
XYZ 16.41 13.16 58.17 -
YUV 95.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 56 94 203 0.72 0.54 0 0.20 224.49 0.59 0.51
Hex 38 5E CB 48 36 0 14 E0 3B 33
Octal 70 136 313 110 66 0 24 340 73 63
Binary 111000 1011110 11001011 1001000 110110 0 10100 11100000 111011 110011

Color Harmonies of #385ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ECB

Black with #385ECB

Text Example


Text Example

White with #385ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385ECB; }

 p { color: rgb(56,94,203); }

 H1.HeaderClassName
 {
   color: #385ECB;
 }
 .AnyTagClassName
 {
   color: #385ECB;
 }
</style>

background-color css

<style>
 a { background-color: #385ECB; }

 a { background-color: rgb(56,94,203); }

 div.DivClassName
 {
   background-color: #385ECB;
 }
 .BgClassName
 {
   background-color: #385ECB;
 }
</style>

border-color css

<style>
 span { border-color: #385ECB; }

 span { border-color: rgb(56,94,203); }

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