#2468AE

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

Shades of Lochmara #2468AE

Tints of Lochmara #2468AE

Color information

#2468AE (or 0x2468AE) is unknown color: approx Lochmara. HEX triplet: 24, 68 and AE. RGB value is (36,104,174). Sum of RGB (Red+Green+Blue) = 36+104+174=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #2468AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2468AE is #DB9751. Grayscale: #5B5B5B. Windows color (decimal): -14391122 or 11429924. OLE color: 11429924.

HSL color Cylindrical-coordinate representation of color #2468AE: hue angle of 210.43º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2468AE is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36104174-
CMYK0.790.4000.32
HSL210.43º65.71%41.18%-
HSV(B)210.43º79.31%68.24%-
XYZ13.3213.3341.92-
YUV91.65174.4788.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.46%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=11.46%
G=33.12%
B=55.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361041740.790.4000.32210.4365.7141.18
Hex2468AE4F28020d24229
Octal441502561175004032210251
Binary10010011010001010111010011111010000100000110100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2468AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2468AE; }

 p { color: rgb(36,104,174); }

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

<style>
 a { background-color: #2468AE; }

 a { background-color: rgb(36,104,174); }

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

<style>
 span { border-color: #2468AE; }

 span { border-color: rgb(36,104,174); }

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