Html Css Color HEX #367E9F Lochmara

📋 copy color: '#367E9F'

red 54 ◦ green 126 ◦ blue 159

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

Shades of Lochmara #367E9F

Tints of Lochmara #367E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 15.93%
G = 37.17%
B = 46.9%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#367E9F (or 0x367E9F) is known color: Lochmara. HEX triplet: 36, 7E and 9F. RGB value is (54,126,159). Sum of RGB (Red+Green+Blue) = 54+126+159=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #367E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E9F is #C98160. Grayscale: #6C6C6C. Windows color (decimal): -13205857 or 10452534. OLE color: 10452534.

HSL color Cylindrical-coordinate representation of color #367E9F: hue angle of 198.86º 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 #367E9F is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 126 159 -
CMYK 0.66 0.21 0 0.38
HSL 198.86º 0.49% 0.42% -
HSV(B) 198.86º 0.66% 0.62% -
XYZ 15.24 18.21 35.51 -
YUV 108.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 54 126 159 0.66 0.21 0 0.38 198.86 0.49 0.42
Hex 36 7E 9F 42 15 0 26 C7 31 2A
Octal 66 176 237 102 25 0 46 307 61 52
Binary 110110 1111110 10011111 1000010 10101 0 100110 11000111 110001 101010

Color Harmonies of #367E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E9F

Black with #367E9F

Text Example


Text Example

White with #367E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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