Html Css Color HEX #385EC9 Free Speech Blue

📋 copy color: '#385EC9'

red 56 ◦ green 94 ◦ blue 201

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

Shades of Free Speech Blue #385EC9

Tints of Free Speech Blue #385EC9

RGB

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

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

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

R = 15.95%
G = 26.78%
B = 57.26%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#385EC9 (or 0x385EC9) is known color: Free Speech Blue. HEX triplet: 38, 5E and C9. RGB value is (56,94,201). Sum of RGB (Red+Green+Blue) = 56+94+201=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #385EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EC9 is #C7A136. Grayscale: #5E5E5E. Windows color (decimal): -13082935 or 13196856. OLE color: 13196856.

HSL color Cylindrical-coordinate representation of color #385EC9: hue angle of 224.28º 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 #385EC9 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 94 201 -
CMYK 0.72 0.53 0 0.21
HSL 224.28º 0.57% 0.5% -
HSV(B) 224.28º 0.72% 0.79% -
XYZ 16.18 13.06 56.93 -
YUV 94.84 187.91 100.3 -
System Red Green Blue C M Y K H S L
Decimal 56 94 201 0.72 0.53 0 0.21 224.28 0.57 0.5
Hex 38 5E C9 48 35 0 15 E0 39 32
Octal 70 136 311 110 65 0 25 340 71 62
Binary 111000 1011110 11001001 1001000 110101 0 10101 11100000 111001 110010

Color Harmonies of #385EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385EC9

Black with #385EC9

Text Example


Text Example

White with #385EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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