Html Css Color HEX #367298 Lochmara

📋 copy color: '#367298'

red 54 ◦ green 114 ◦ blue 152

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

Shades of Lochmara #367298

Tints of Lochmara #367298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

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

R = 16.88%
G = 35.63%
B = 47.5%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#367298 (or 0x367298) is known color: Lochmara. HEX triplet: 36, 72 and 98. RGB value is (54,114,152). Sum of RGB (Red+Green+Blue) = 54+114+152=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #367298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367298 is #C98D67. Grayscale: #646464. Windows color (decimal): -13208936 or 9990710. OLE color: 9990710.

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

Color convert

RGB 54 114 152 -
CMYK 0.64 0.25 0 0.40
HSL 203.27º 0.48% 0.4% -
HSV(B) 203.27º 0.64% 0.6% -
XYZ 13.21 15.09 31.92 -
YUV 100.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 54 114 152 0.64 0.25 0 0.40 203.27 0.48 0.4
Hex 36 72 98 40 19 0 28 CB 30 28
Octal 66 162 230 100 31 0 50 313 60 50
Binary 110110 1110010 10011000 1000000 11001 0 101000 11001011 110000 101000

Color Harmonies of #367298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367298

Black with #367298

Text Example


Text Example

White with #367298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367298; }

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

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

background-color css

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

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

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

border-color css

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

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

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