Html Css Color HEX #396AC2 Free Speech Blue

📋 copy color: '#396AC2'

red 57 ◦ green 106 ◦ blue 194

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

Shades of Free Speech Blue #396AC2

Tints of Free Speech Blue #396AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 194 (76.17% from 255) = 54.34%

R = 15.97%
G = 29.69%
B = 54.34%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#396AC2 (or 0x396AC2) is known color: Free Speech Blue. HEX triplet: 39, 6A and C2. RGB value is (57,106,194). Sum of RGB (Red+Green+Blue) = 57+106+194=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #396AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396AC2 is #C6953D. Grayscale: #646464. Windows color (decimal): -13014334 or 12741177. OLE color: 12741177.

HSL color Cylindrical-coordinate representation of color #396AC2: hue angle of 218.54º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #396AC2 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 106 194 -
CMYK 0.71 0.45 0 0.24
HSL 218.54º 0.55% 0.49% -
HSV(B) 218.54º 0.71% 0.76% -
XYZ 16.58 15.07 53.07 -
YUV 101.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 57 106 194 0.71 0.45 0 0.24 218.54 0.55 0.49
Hex 39 6A C2 47 2D 0 18 DB 37 31
Octal 71 152 302 107 55 0 30 333 67 61
Binary 111001 1101010 11000010 1000111 101101 0 11000 11011011 110111 110001

Color Harmonies of #396AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396AC2

Black with #396AC2

Text Example


Text Example

White with #396AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,106,194); }

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

background-color css

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

 a { background-color: rgb(57,106,194); }

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

border-color css

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

 span { border-color: rgb(57,106,194); }

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