Html Css Color HEX #395ECC Free Speech Blue

📋 copy color: '#395ECC'

red 57 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Blue #395ECC

Tints of Free Speech Blue #395ECC

RGB

 RED value IS 57 (22.66% from 255) = 16.06%

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

 BLUE value IS 204 (80.08% from 255) = 57.46%

R = 16.06%
G = 26.48%
B = 57.46%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#395ECC (or 0x395ECC) is known color: Free Speech Blue. HEX triplet: 39, 5E and CC. RGB value is (57,94,204). Sum of RGB (Red+Green+Blue) = 57+94+204=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #395ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ECC is #C6A133. Grayscale: #5E5E5E. Windows color (decimal): -13017396 or 13393465. OLE color: 13393465.

HSL color Cylindrical-coordinate representation of color #395ECC: hue angle of 224.9º 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 #395ECC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 94 204 -
CMYK 0.72 0.54 0 0.2
HSL 224.9º 0.59% 0.51% -
HSV(B) 224.9º 0.72% 0.8% -
XYZ 16.59 13.23 58.81 -
YUV 95.48 189.24 100.56 -
System Red Green Blue C M Y K H S L
Decimal 57 94 204 0.72 0.54 0 0.2 224.9 0.59 0.51
Hex 39 5E CC 48 36 0 14 E1 3B 33
Octal 71 136 314 110 66 0 24 341 73 63
Binary 111001 1011110 11001100 1001000 110110 0 10100 11100001 111011 110011

Color Harmonies of #395ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395ECC

Black with #395ECC

Text Example


Text Example

White with #395ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395ECC; }

 p { color: rgb(57,94,204); }

 H1.HeaderClassName
 {
   color: #395ECC;
 }
 .AnyTagClassName
 {
   color: #395ECC;
 }
</style>

background-color css

<style>
 a { background-color: #395ECC; }

 a { background-color: rgb(57,94,204); }

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

border-color css

<style>
 span { border-color: #395ECC; }

 span { border-color: rgb(57,94,204); }

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