Html Css Color HEX #367E9E Lochmara

📋 copy color: '#367E9E'

red 54 ◦ green 126 ◦ blue 158

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

Shades of Lochmara #367E9E

Tints of Lochmara #367E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 15.98%
G = 37.28%
B = 46.75%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#367E9E (or 0x367E9E) is known color: Lochmara. HEX triplet: 36, 7E and 9E. RGB value is (54,126,158). Sum of RGB (Red+Green+Blue) = 54+126+158=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #367E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E9E is #C98161. Grayscale: #6B6B6B. Windows color (decimal): -13205858 or 10386998. OLE color: 10386998.

HSL color Cylindrical-coordinate representation of color #367E9E: hue angle of 198.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #367E9E is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 126 158 -
CMYK 0.66 0.20 0 0.38
HSL 198.46º 0.49% 0.42% -
HSV(B) 198.46º 0.66% 0.62% -
XYZ 15.15 18.17 35.06 -
YUV 108.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 54 126 158 0.66 0.20 0 0.38 198.46 0.49 0.42
Hex 36 7E 9E 42 14 0 26 C6 31 2A
Octal 66 176 236 102 24 0 46 306 61 52
Binary 110110 1111110 10011110 1000010 10100 0 100110 11000110 110001 101010

Color Harmonies of #367E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E9E

Black with #367E9E

Text Example


Text Example

White with #367E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367E9E; }

 p { color: rgb(54,126,158); }

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

background-color css

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

 a { background-color: rgb(54,126,158); }

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

border-color css

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

 span { border-color: rgb(54,126,158); }

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