Html Css Color HEX #396CB8 Lochmara

📋 copy color: '#396CB8'

red 57 ◦ green 108 ◦ blue 184

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

Shades of Lochmara #396CB8

Tints of Lochmara #396CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.72%

R = 16.33%
G = 30.95%
B = 52.72%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#396CB8 (or 0x396CB8) is known color: Lochmara. HEX triplet: 39, 6C and B8. RGB value is (57,108,184). Sum of RGB (Red+Green+Blue) = 57+108+184=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #396CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CB8 is #C69347. Grayscale: #656565. Windows color (decimal): -13013832 or 12086329. OLE color: 12086329.

HSL color Cylindrical-coordinate representation of color #396CB8: hue angle of 215.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #396CB8 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 108 184 -
CMYK 0.69 0.41 0 0.28
HSL 215.91º 0.53% 0.47% -
HSV(B) 215.91º 0.69% 0.72% -
XYZ 15.7 15.06 47.43 -
YUV 101.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 57 108 184 0.69 0.41 0 0.28 215.91 0.53 0.47
Hex 39 6C B8 45 29 0 1C D8 35 2F
Octal 71 154 270 105 51 0 34 330 65 57
Binary 111001 1101100 10111000 1000101 101001 0 11100 11011000 110101 101111

Color Harmonies of #396CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CB8

Black with #396CB8

Text Example


Text Example

White with #396CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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