Html Css Color HEX #367099 Lochmara

📋 copy color: '#367099'

red 54 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #367099

Tints of Lochmara #367099

RGB

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

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

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

R = 16.93%
G = 35.11%
B = 47.96%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#367099 (or 0x367099) is known color: Lochmara. HEX triplet: 36, 70 and 99. RGB value is (54,112,153). Sum of RGB (Red+Green+Blue) = 54+112+153=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #367099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367099 is #C98F66. Grayscale: #636363. Windows color (decimal): -13209447 or 10055734. OLE color: 10055734.

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

Color convert

RGB 54 112 153 -
CMYK 0.65 0.27 0 0.4
HSL 204.85º 0.48% 0.41% -
HSV(B) 204.85º 0.65% 0.6% -
XYZ 13.07 14.67 32.28 -
YUV 99.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 54 112 153 0.65 0.27 0 0.4 204.85 0.48 0.41
Hex 36 70 99 41 1B 0 28 CD 30 29
Octal 66 160 231 101 33 0 50 315 60 51
Binary 110110 1110000 10011001 1000001 11011 0 101000 11001101 110000 101001

Color Harmonies of #367099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367099

Black with #367099

Text Example


Text Example

White with #367099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367099; }

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

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

background-color css

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

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

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

border-color css

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

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

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