Html Css Color HEX #396DB5 Lochmara

📋 copy color: '#396DB5'

red 57 ◦ green 109 ◦ blue 181

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

Shades of Lochmara #396DB5

Tints of Lochmara #396DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.16%

R = 16.43%
G = 31.41%
B = 52.16%

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

#396DB5 (or 0x396DB5) is known color: Lochmara. HEX triplet: 39, 6D and B5. RGB value is (57,109,181). Sum of RGB (Red+Green+Blue) = 57+109+181=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #396DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DB5 is #C6924A. Grayscale: #656565. Windows color (decimal): -13013579 or 11889977. OLE color: 11889977.

HSL color Cylindrical-coordinate representation of color #396DB5: hue angle of 214.84º 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 #396DB5 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 109 181 -
CMYK 0.69 0.40 0 0.29
HSL 214.84º 0.52% 0.47% -
HSV(B) 214.84º 0.69% 0.71% -
XYZ 15.5 15.14 45.82 -
YUV 101.66 172.77 96.15 -
System Red Green Blue C M Y K H S L
Decimal 57 109 181 0.69 0.40 0 0.29 214.84 0.52 0.47
Hex 39 6D B5 45 28 0 1D D7 34 2F
Octal 71 155 265 105 50 0 35 327 64 57
Binary 111001 1101101 10110101 1000101 101000 0 11101 11010111 110100 101111

Color Harmonies of #396DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DB5

Black with #396DB5

Text Example


Text Example

White with #396DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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