#2467A4

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

Shades of Lochmara #2467A4

Tints of Lochmara #2467A4

Color information

#2467A4 (or 0x2467A4) is unknown color: approx Lochmara. HEX triplet: 24, 67 and A4. RGB value is (36,103,164). Sum of RGB (Red+Green+Blue) = 36+103+164=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #2467A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2467A4 is #DB985B. Grayscale: #595959. Windows color (decimal): -14391388 or 10774308. OLE color: 10774308.

HSL color Cylindrical-coordinate representation of color #2467A4: hue angle of 208.59º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2467A4 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB36103164-
CMYK0.780.3700.36
HSL208.59º64%39.22%-
HSV(B)208.59º78.05%64.31%-
XYZ12.2812.7636.94-
YUV89.92169.889.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.88%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 164 (64.45% from 255) = 54.13%
R=11.88%
G=33.99%
B=54.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal361031640.780.3700.36208.596439.22
Hex2467A44E25024d14027
Octal441472441164504432110047
Binary10010011001111010010010011101001010100100110100011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2467A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2467A4; }

 p { color: rgb(36,103,164); }

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

<style>
 a { background-color: #2467A4; }

 a { background-color: rgb(36,103,164); }

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

<style>
 span { border-color: #2467A4; }

 span { border-color: rgb(36,103,164); }

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