#367FA3

Color #367FA3 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #367FA3

Tints of Lochmara #367FA3

Color information

#367FA3 (or 0x367FA3) is unknown color: approx Lochmara. HEX triplet: 36, 7F and A3. RGB value is (54,127,163). Sum of RGB (Red+Green+Blue) = 54+127+163=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 163 - color contains mainly: blue. Hex color #367FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FA3 is #C9805C. Grayscale: #6D6D6D. Windows color (decimal): -13205597 or 10714934. OLE color: 10714934.

HSL color Cylindrical-coordinate representation of color #367FA3: hue angle of 199.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #367FA3 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54127163-
CMYK0.670.2200.36
HSL199.82º50.23%42.55%-
HSV(B)199.82º66.87%63.92%-
XYZ15.7218.6137.41-
YUV109.28158.3288.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 163 (64.06% from 255) = 47.38%
R=15.70%
G=36.92%
B=47.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541271630.670.2200.36199.8250.2342.55
Hex367FA34316024c8322b
Octal66177243103260443106253
Binary110110111111110100011100001110110010010011001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,127,163); }

 H1.HeaderClassName
 {
   color: #367FA3;
 }
 .AnyTagClassName
 {
   color: #367FA3;
 }
</style>
background-color css

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

 a { background-color: rgb(54,127,163); }

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

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

 span { border-color: rgb(54,127,163); }

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