Html Css Color HEX #367CA0 Lochmara

📋 copy color: '#367CA0'

red 54 ◦ green 124 ◦ blue 160

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

Shades of Lochmara #367CA0

Tints of Lochmara #367CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

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

R = 15.98%
G = 36.69%
B = 47.34%

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

#367CA0 (or 0x367CA0) is known color: Lochmara. HEX triplet: 36, 7C and A0. RGB value is (54,124,160). Sum of RGB (Red+Green+Blue) = 54+124+160=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #367CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367CA0 is #C9835F. Grayscale: #6A6A6A. Windows color (decimal): -13206368 or 10517558. OLE color: 10517558.

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

Color convert

RGB 54 124 160 -
CMYK 0.66 0.22 0 0.37
HSL 200.38º 0.5% 0.42% -
HSV(B) 200.38º 0.66% 0.63% -
XYZ 15.07 17.74 35.89 -
YUV 107.17 157.81 90.07 -
System Red Green Blue C M Y K H S L
Decimal 54 124 160 0.66 0.22 0 0.37 200.38 0.5 0.42
Hex 36 7C A0 42 16 0 25 C8 32 2A
Octal 66 174 240 102 26 0 45 310 62 52
Binary 110110 1111100 10100000 1000010 10110 0 100101 11001000 110010 101010

Color Harmonies of #367CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CA0

Black with #367CA0

Text Example


Text Example

White with #367CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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