Html Css Color HEX #367199 Lochmara

📋 copy color: '#367199'

red 54 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #367199

Tints of Lochmara #367199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

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

R = 16.88%
G = 35.31%
B = 47.81%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#367199 (or 0x367199) is known color: Lochmara. HEX triplet: 36, 71 and 99. RGB value is (54,113,153). Sum of RGB (Red+Green+Blue) = 54+113+153=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #367199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367199 is #C98E66. Grayscale: #636363. Windows color (decimal): -13209191 or 10055990. OLE color: 10055990.

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

Color convert

RGB 54 113 153 -
CMYK 0.65 0.26 0 0.4
HSL 204.24º 0.48% 0.41% -
HSV(B) 204.24º 0.65% 0.6% -
XYZ 13.18 14.89 32.32 -
YUV 99.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 54 113 153 0.65 0.26 0 0.4 204.24 0.48 0.41
Hex 36 71 99 41 1A 0 28 CC 30 29
Octal 66 161 231 101 32 0 50 314 60 51
Binary 110110 1110001 10011001 1000001 11010 0 101000 11001100 110000 101001

Color Harmonies of #367199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367199

Black with #367199

Text Example


Text Example

White with #367199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367199; }

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

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

background-color css

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

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

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

border-color css

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

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

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