Html Css Color HEX #367095 Lochmara

📋 copy color: '#367095'

red 54 ◦ green 112 ◦ blue 149

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

Shades of Lochmara #367095

Tints of Lochmara #367095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 17.14%
G = 35.56%
B = 47.3%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367095 (or 0x367095) is known color: Lochmara. HEX triplet: 36, 70 and 95. RGB value is (54,112,149). Sum of RGB (Red+Green+Blue) = 54+112+149=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #367095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367095 is #C98F6A. Grayscale: #626262. Windows color (decimal): -13209451 or 9793590. OLE color: 9793590.

HSL color Cylindrical-coordinate representation of color #367095: hue angle of 203.37º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367095 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 112 149 -
CMYK 0.64 0.25 0 0.42
HSL 203.37º 0.47% 0.4% -
HSV(B) 203.37º 0.64% 0.58% -
XYZ 12.74 14.54 30.57 -
YUV 98.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 54 112 149 0.64 0.25 0 0.42 203.37 0.47 0.4
Hex 36 70 95 40 19 0 2A CB 2F 28
Octal 66 160 225 100 31 0 52 313 57 50
Binary 110110 1110000 10010101 1000000 11001 0 101010 11001011 101111 101000

Color Harmonies of #367095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367095

Black with #367095

Text Example


Text Example

White with #367095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367095; }

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

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

background-color css

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

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

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

border-color css

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

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

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