Html Css Color HEX #367098 Lochmara

📋 copy color: '#367098'

red 54 ◦ green 112 ◦ blue 152

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

Shades of Lochmara #367098

Tints of Lochmara #367098

RGB

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

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

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

R = 16.98%
G = 35.22%
B = 47.8%

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

#367098 (or 0x367098) is known color: Lochmara. HEX triplet: 36, 70 and 98. RGB value is (54,112,152). Sum of RGB (Red+Green+Blue) = 54+112+152=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #367098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367098 is #C98F67. Grayscale: #636363. Windows color (decimal): -13209448 or 9990198. OLE color: 9990198.

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

Color convert

RGB 54 112 152 -
CMYK 0.64 0.26 0 0.40
HSL 204.49º 0.48% 0.4% -
HSV(B) 204.49º 0.64% 0.6% -
XYZ 12.98 14.64 31.85 -
YUV 99.22 157.78 95.75 -
System Red Green Blue C M Y K H S L
Decimal 54 112 152 0.64 0.26 0 0.40 204.49 0.48 0.4
Hex 36 70 98 40 1A 0 28 CC 30 28
Octal 66 160 230 100 32 0 50 314 60 50
Binary 110110 1110000 10011000 1000000 11010 0 101000 11001100 110000 101000

Color Harmonies of #367098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367098

Black with #367098

Text Example


Text Example

White with #367098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367098; }

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

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

background-color css

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

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

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

border-color css

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

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

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