Html Css Color HEX #396BA8 Lochmara

📋 copy color: '#396BA8'

red 57 ◦ green 107 ◦ blue 168

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

Shades of Lochmara #396BA8

Tints of Lochmara #396BA8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

 BLUE value IS 168 (66.02% from 255) = 50.6%

R = 17.17%
G = 32.23%
B = 50.6%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#396BA8 (or 0x396BA8) is known color: Lochmara. HEX triplet: 39, 6B and A8. RGB value is (57,107,168). Sum of RGB (Red+Green+Blue) = 57+107+168=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 168 (66.02% from 255 or 50.60% from 332); Max value from RGB is 168 - color contains mainly: blue. Hex color #396BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396BA8 is #C69457. Grayscale: #626262. Windows color (decimal): -13014104 or 11037497. OLE color: 11037497.

HSL color Cylindrical-coordinate representation of color #396BA8: hue angle of 212.97º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #396BA8 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 57 107 168 -
CMYK 0.66 0.36 0 0.34
HSL 212.97º 0.49% 0.44% -
HSV(B) 212.97º 0.66% 0.66% -
XYZ 14.01 14.21 39.05 -
YUV 99 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 57 107 168 0.66 0.36 0 0.34 212.97 0.49 0.44
Hex 39 6B A8 42 24 0 22 D5 31 2C
Octal 71 153 250 102 44 0 42 325 61 54
Binary 111001 1101011 10101000 1000010 100100 0 100010 11010101 110001 101100

Color Harmonies of #396BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BA8

Black with #396BA8

Text Example


Text Example

White with #396BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,168); }

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

background-color css

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

 a { background-color: rgb(57,107,168); }

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

border-color css

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

 span { border-color: rgb(57,107,168); }

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