Html Css Color HEX #396DB6 Lochmara

📋 copy color: '#396DB6'

red 57 ◦ green 109 ◦ blue 182

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

Shades of Lochmara #396DB6

Tints of Lochmara #396DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 182 (71.48% from 255) = 52.3%

R = 16.38%
G = 31.32%
B = 52.3%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#396DB6 (or 0x396DB6) is known color: Lochmara. HEX triplet: 39, 6D and B6. RGB value is (57,109,182). Sum of RGB (Red+Green+Blue) = 57+109+182=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 182 (71.48% from 255 or 52.30% from 348); Max value from RGB is 182 - color contains mainly: blue. Hex color #396DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DB6 is #C69249. Grayscale: #656565. Windows color (decimal): -13013578 or 11955513. OLE color: 11955513.

HSL color Cylindrical-coordinate representation of color #396DB6: hue angle of 215.04º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #396DB6 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 109 182 -
CMYK 0.69 0.40 0 0.29
HSL 215.04º 0.52% 0.47% -
HSV(B) 215.04º 0.69% 0.71% -
XYZ 15.6 15.18 46.36 -
YUV 101.77 173.27 96.06 -
System Red Green Blue C M Y K H S L
Decimal 57 109 182 0.69 0.40 0 0.29 215.04 0.52 0.47
Hex 39 6D B6 45 28 0 1D D7 34 2F
Octal 71 155 266 105 50 0 35 327 64 57
Binary 111001 1101101 10110110 1000101 101000 0 11101 11010111 110100 101111

Color Harmonies of #396DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DB6

Black with #396DB6

Text Example


Text Example

White with #396DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,109,182); }

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

background-color css

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

 a { background-color: rgb(57,109,182); }

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

border-color css

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

 span { border-color: rgb(57,109,182); }

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