#2467A5

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

Shades of Lochmara #2467A5

Tints of Lochmara #2467A5

Color information

#2467A5 (or 0x2467A5) is unknown color: approx Lochmara. HEX triplet: 24, 67 and A5. RGB value is (36,103,165). Sum of RGB (Red+Green+Blue) = 36+103+165=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #2467A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2467A5 is #DB985A. Grayscale: #595959. Windows color (decimal): -14391387 or 10839844. OLE color: 10839844.

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

Color convert

RGB36103165-
CMYK0.780.3800.35
HSL208.84º64.18%39.41%-
HSV(B)208.84º78.18%64.71%-
XYZ12.3712.7937.41-
YUV90.04170.389.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.84%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 165 (64.84% from 255) = 54.28%
R=11.84%
G=33.88%
B=54.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361031650.780.3800.35208.8464.1839.41
Hex2467A54E26023d14027
Octal441472451164604332110047
Binary10010011001111010010110011101001100100011110100011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2467A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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