Html Css Color HEX #385DC9 Free Speech Blue

📋 copy color: '#385DC9'

red 56 ◦ green 93 ◦ blue 201

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

Shades of Free Speech Blue #385DC9

Tints of Free Speech Blue #385DC9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

 BLUE value IS 201 (78.91% from 255) = 57.43%

R = 16%
G = 26.57%
B = 57.43%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#385DC9 (or 0x385DC9) is known color: Free Speech Blue. HEX triplet: 38, 5D and C9. RGB value is (56,93,201). Sum of RGB (Red+Green+Blue) = 56+93+201=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 201 (78.91% from 255 or 57.43% from 350); Max value from RGB is 201 - color contains mainly: blue. Hex color #385DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DC9 is #C7A236. Grayscale: #5D5D5D. Windows color (decimal): -13083191 or 13196600. OLE color: 13196600.

HSL color Cylindrical-coordinate representation of color #385DC9: hue angle of 224.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385DC9 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 93 201 -
CMYK 0.72 0.54 0 0.21
HSL 224.69º 0.57% 0.5% -
HSV(B) 224.69º 0.72% 0.79% -
XYZ 16.09 12.89 56.9 -
YUV 94.25 188.24 100.72 -
System Red Green Blue C M Y K H S L
Decimal 56 93 201 0.72 0.54 0 0.21 224.69 0.57 0.5
Hex 38 5D C9 48 36 0 15 E1 39 32
Octal 70 135 311 110 66 0 25 341 71 62
Binary 111000 1011101 11001001 1001000 110110 0 10101 11100001 111001 110010

Color Harmonies of #385DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DC9

Black with #385DC9

Text Example


Text Example

White with #385DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,201); }

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

background-color css

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

 a { background-color: rgb(56,93,201); }

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

border-color css

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

 span { border-color: rgb(56,93,201); }

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