Html Css Color HEX #396CC0 Free Speech Blue

📋 copy color: '#396CC0'

red 57 ◦ green 108 ◦ blue 192

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

Shades of Free Speech Blue #396CC0

Tints of Free Speech Blue #396CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 15.97%
G = 30.25%
B = 53.78%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#396CC0 (or 0x396CC0) is known color: Free Speech Blue. HEX triplet: 39, 6C and C0. RGB value is (57,108,192). Sum of RGB (Red+Green+Blue) = 57+108+192=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #396CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CC0 is #C6933F. Grayscale: #656565. Windows color (decimal): -13013824 or 12610617. OLE color: 12610617.

HSL color Cylindrical-coordinate representation of color #396CC0: hue angle of 217.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #396CC0 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 108 192 -
CMYK 0.70 0.44 0 0.25
HSL 217.33º 0.54% 0.49% -
HSV(B) 217.33º 0.7% 0.75% -
XYZ 16.56 15.4 51.97 -
YUV 102.33 178.6 95.67 -
System Red Green Blue C M Y K H S L
Decimal 57 108 192 0.70 0.44 0 0.25 217.33 0.54 0.49
Hex 39 6C C0 46 2C 0 19 D9 36 31
Octal 71 154 300 106 54 0 31 331 66 61
Binary 111001 1101100 11000000 1000110 101100 0 11001 11011001 110110 110001

Color Harmonies of #396CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CC0

Black with #396CC0

Text Example


Text Example

White with #396CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396CC0; }

 p { color: rgb(57,108,192); }

 H1.HeaderClassName
 {
   color: #396CC0;
 }
 .AnyTagClassName
 {
   color: #396CC0;
 }
</style>

background-color css

<style>
 a { background-color: #396CC0; }

 a { background-color: rgb(57,108,192); }

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

border-color css

<style>
 span { border-color: #396CC0; }

 span { border-color: rgb(57,108,192); }

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