Html Css Color HEX #367499 Lochmara

📋 copy color: '#367499'

red 54 ◦ green 116 ◦ blue 153

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

Shades of Lochmara #367499

Tints of Lochmara #367499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.91%

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

R = 16.72%
G = 35.91%
B = 47.37%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#367499 (or 0x367499) is known color: Lochmara. HEX triplet: 36, 74 and 99. RGB value is (54,116,153). Sum of RGB (Red+Green+Blue) = 54+116+153=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #367499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367499 is #C98B66. Grayscale: #656565. Windows color (decimal): -13208423 or 10056758. OLE color: 10056758.

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

Color convert

RGB 54 116 153 -
CMYK 0.65 0.24 0 0.4
HSL 202.42º 0.48% 0.41% -
HSV(B) 202.42º 0.65% 0.6% -
XYZ 13.52 15.57 32.43 -
YUV 101.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 54 116 153 0.65 0.24 0 0.4 202.42 0.48 0.41
Hex 36 74 99 41 18 0 28 CA 30 29
Octal 66 164 231 101 30 0 50 312 60 51
Binary 110110 1110100 10011001 1000001 11000 0 101000 11001010 110000 101001

Color Harmonies of #367499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367499

Black with #367499

Text Example


Text Example

White with #367499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367499; }

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

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

background-color css

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

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

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

border-color css

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

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

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