Html Css Color HEX #367399 Lochmara

📋 copy color: '#367399'

red 54 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #367399

Tints of Lochmara #367399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.52%

R = 16.77%
G = 35.71%
B = 47.52%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#367399 (or 0x367399) is known color: Lochmara. HEX triplet: 36, 73 and 99. RGB value is (54,115,153). Sum of RGB (Red+Green+Blue) = 54+115+153=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #367399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367399 is #C98C66. Grayscale: #646464. Windows color (decimal): -13208679 or 10056502. OLE color: 10056502.

HSL color Cylindrical-coordinate representation of color #367399: hue angle of 203.03º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367399 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 115 153 -
CMYK 0.65 0.25 0 0.4
HSL 203.03º 0.48% 0.41% -
HSV(B) 203.03º 0.65% 0.6% -
XYZ 13.4 15.35 32.39 -
YUV 101.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 54 115 153 0.65 0.25 0 0.4 203.03 0.48 0.41
Hex 36 73 99 41 19 0 28 CB 30 29
Octal 66 163 231 101 31 0 50 313 60 51
Binary 110110 1110011 10011001 1000001 11001 0 101000 11001011 110000 101001

Color Harmonies of #367399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367399

Black with #367399

Text Example


Text Example

White with #367399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367399; }

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

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

background-color css

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

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

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

border-color css

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

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

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