Html Css Color HEX #385ECF Free Speech Blue

📋 copy color: '#385ECF'

red 56 ◦ green 94 ◦ blue 207

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

Shades of Free Speech Blue #385ECF

Tints of Free Speech Blue #385ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 15.69%
G = 26.33%
B = 57.98%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#385ECF (or 0x385ECF) is known color: Free Speech Blue. HEX triplet: 38, 5E and CF. RGB value is (56,94,207). Sum of RGB (Red+Green+Blue) = 56+94+207=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #385ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ECF is #C7A130. Grayscale: #5F5F5F. Windows color (decimal): -13082929 or 13590072. OLE color: 13590072.

HSL color Cylindrical-coordinate representation of color #385ECF: hue angle of 224.9º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385ECF is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 94 207 -
CMYK 0.73 0.55 0 0.19
HSL 224.9º 0.61% 0.52% -
HSV(B) 224.9º 0.73% 0.81% -
XYZ 16.9 13.35 60.72 -
YUV 95.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 56 94 207 0.73 0.55 0 0.19 224.9 0.61 0.52
Hex 38 5E CF 49 37 0 13 E1 3D 34
Octal 70 136 317 111 67 0 23 341 75 64
Binary 111000 1011110 11001111 1001001 110111 0 10011 11100001 111101 110100

Color Harmonies of #385ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ECF

Black with #385ECF

Text Example


Text Example

White with #385ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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