Html Css Color HEX #367198 Lochmara

📋 copy color: '#367198'

red 54 ◦ green 113 ◦ blue 152

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

Shades of Lochmara #367198

Tints of Lochmara #367198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 16.93%
G = 35.42%
B = 47.65%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#367198 (or 0x367198) is known color: Lochmara. HEX triplet: 36, 71 and 98. RGB value is (54,113,152). Sum of RGB (Red+Green+Blue) = 54+113+152=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #367198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367198 is #C98E67. Grayscale: #636363. Windows color (decimal): -13209192 or 9990454. OLE color: 9990454.

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

Color convert

RGB 54 113 152 -
CMYK 0.64 0.26 0 0.40
HSL 203.88º 0.48% 0.4% -
HSV(B) 203.88º 0.64% 0.6% -
XYZ 13.09 14.86 31.88 -
YUV 99.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 54 113 152 0.64 0.26 0 0.40 203.88 0.48 0.4
Hex 36 71 98 40 1A 0 28 CC 30 28
Octal 66 161 230 100 32 0 50 314 60 50
Binary 110110 1110001 10011000 1000000 11010 0 101000 11001100 110000 101000

Color Harmonies of #367198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367198

Black with #367198

Text Example


Text Example

White with #367198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367198; }

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

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

background-color css

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

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

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

border-color css

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

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

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