Html Css Color HEX #367597 Lochmara

📋 copy color: '#367597'

red 54 ◦ green 117 ◦ blue 151

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

Shades of Lochmara #367597

Tints of Lochmara #367597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 16.77%
G = 36.34%
B = 46.89%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367597 (or 0x367597) is known color: Lochmara. HEX triplet: 36, 75 and 97. RGB value is (54,117,151). Sum of RGB (Red+Green+Blue) = 54+117+151=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #367597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367597 is #C98A68. Grayscale: #656565. Windows color (decimal): -13208169 or 9925942. OLE color: 9925942.

HSL color Cylindrical-coordinate representation of color #367597: hue angle of 201.03º 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 #367597 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 117 151 -
CMYK 0.64 0.23 0 0.41
HSL 201.03º 0.47% 0.4% -
HSV(B) 201.03º 0.64% 0.59% -
XYZ 13.47 15.74 31.61 -
YUV 102.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 54 117 151 0.64 0.23 0 0.41 201.03 0.47 0.4
Hex 36 75 97 40 17 0 29 C9 2F 28
Octal 66 165 227 100 27 0 51 311 57 50
Binary 110110 1110101 10010111 1000000 10111 0 101001 11001001 101111 101000

Color Harmonies of #367597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367597

Black with #367597

Text Example


Text Example

White with #367597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367597; }

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

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

background-color css

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

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

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

border-color css

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

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

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