Html Css Color HEX #367DA0 Lochmara

📋 copy color: '#367DA0'

red 54 ◦ green 125 ◦ blue 160

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

Shades of Lochmara #367DA0

Tints of Lochmara #367DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 15.93%
G = 36.87%
B = 47.2%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#367DA0 (or 0x367DA0) is known color: Lochmara. HEX triplet: 36, 7D and A0. RGB value is (54,125,160). Sum of RGB (Red+Green+Blue) = 54+125+160=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #367DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367DA0 is #C9825F. Grayscale: #6B6B6B. Windows color (decimal): -13206112 or 10517814. OLE color: 10517814.

HSL color Cylindrical-coordinate representation of color #367DA0: hue angle of 199.81º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #367DA0 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 125 160 -
CMYK 0.66 0.22 0 0.37
HSL 199.81º 0.5% 0.42% -
HSV(B) 199.81º 0.66% 0.63% -
XYZ 15.2 17.99 35.93 -
YUV 107.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 54 125 160 0.66 0.22 0 0.37 199.81 0.5 0.42
Hex 36 7D A0 42 16 0 25 C8 32 2A
Octal 66 175 240 102 26 0 45 310 62 52
Binary 110110 1111101 10100000 1000010 10110 0 100101 11001000 110010 101010

Color Harmonies of #367DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DA0

Black with #367DA0

Text Example


Text Example

White with #367DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,125,160); }

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

background-color css

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

 a { background-color: rgb(54,125,160); }

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

border-color css

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

 span { border-color: rgb(54,125,160); }

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