Html Css Color HEX #367097 Lochmara

📋 copy color: '#367097'

red 54 ◦ green 112 ◦ blue 151

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

Shades of Lochmara #367097

Tints of Lochmara #367097

RGB

 RED value IS 54 (21.48% from 255) = 17.03%

 GREEN value IS 112 (44.14% from 255) = 35.33%

 BLUE value IS 151 (59.38% from 255) = 47.63%

R = 17.03%
G = 35.33%
B = 47.63%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367097 (or 0x367097) is known color: Lochmara. HEX triplet: 36, 70 and 97. RGB value is (54,112,151). Sum of RGB (Red+Green+Blue) = 54+112+151=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #367097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367097 is #C98F68. Grayscale: #626262. Windows color (decimal): -13209449 or 9924662. OLE color: 9924662.

HSL color Cylindrical-coordinate representation of color #367097: hue angle of 204.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367097 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 112 151 -
CMYK 0.64 0.26 0 0.41
HSL 204.12º 0.47% 0.4% -
HSV(B) 204.12º 0.64% 0.59% -
XYZ 12.9 14.61 31.42 -
YUV 99.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 54 112 151 0.64 0.26 0 0.41 204.12 0.47 0.4
Hex 36 70 97 40 1A 0 29 CC 2F 28
Octal 66 160 227 100 32 0 51 314 57 50
Binary 110110 1110000 10010111 1000000 11010 0 101001 11001100 101111 101000

Color Harmonies of #367097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367097

Black with #367097

Text Example


Text Example

White with #367097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367097; }

 p { color: rgb(54,112,151); }

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

background-color css

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

 a { background-color: rgb(54,112,151); }

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

border-color css

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

 span { border-color: rgb(54,112,151); }

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