Html Css Color HEX #367598 Lochmara

📋 copy color: '#367598'

red 54 ◦ green 117 ◦ blue 152

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

Shades of Lochmara #367598

Tints of Lochmara #367598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 16.72%
G = 36.22%
B = 47.06%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#367598 (or 0x367598) is known color: Lochmara. HEX triplet: 36, 75 and 98. RGB value is (54,117,152). Sum of RGB (Red+Green+Blue) = 54+117+152=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #367598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367598 is #C98A67. Grayscale: #656565. Windows color (decimal): -13208168 or 9991478. OLE color: 9991478.

HSL color Cylindrical-coordinate representation of color #367598: hue angle of 201.43º 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 #367598 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 117 152 -
CMYK 0.64 0.23 0 0.40
HSL 201.43º 0.48% 0.4% -
HSV(B) 201.43º 0.64% 0.6% -
XYZ 13.55 15.77 32.04 -
YUV 102.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 54 117 152 0.64 0.23 0 0.40 201.43 0.48 0.4
Hex 36 75 98 40 17 0 28 C9 30 28
Octal 66 165 230 100 27 0 50 311 60 50
Binary 110110 1110101 10011000 1000000 10111 0 101000 11001001 110000 101000

Color Harmonies of #367598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367598

Black with #367598

Text Example


Text Example

White with #367598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367598; }

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

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

background-color css

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

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

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

border-color css

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

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

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