Html Css Color HEX #367397 Lochmara

📋 copy color: '#367397'

red 54 ◦ green 115 ◦ blue 151

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

Shades of Lochmara #367397

Tints of Lochmara #367397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 16.88%
G = 35.94%
B = 47.19%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367397 (or 0x367397) is known color: Lochmara. HEX triplet: 36, 73 and 97. RGB value is (54,115,151). Sum of RGB (Red+Green+Blue) = 54+115+151=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #367397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367397 is #C98C68. Grayscale: #646464. Windows color (decimal): -13208681 or 9925430. OLE color: 9925430.

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

Color convert

RGB 54 115 151 -
CMYK 0.64 0.24 0 0.41
HSL 202.27º 0.47% 0.4% -
HSV(B) 202.27º 0.64% 0.59% -
XYZ 13.24 15.28 31.53 -
YUV 100.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 54 115 151 0.64 0.24 0 0.41 202.27 0.47 0.4
Hex 36 73 97 40 18 0 29 CA 2F 28
Octal 66 163 227 100 30 0 51 312 57 50
Binary 110110 1110011 10010111 1000000 11000 0 101001 11001010 101111 101000

Color Harmonies of #367397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367397

Black with #367397

Text Example


Text Example

White with #367397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367397; }

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

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

background-color css

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

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

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

border-color css

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

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

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