#2463AC

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

Shades of Lochmara #2463AC

Tints of Lochmara #2463AC

Color information

#2463AC (or 0x2463AC) is unknown color: approx Lochmara. HEX triplet: 24, 63 and AC. RGB value is (36,99,172). Sum of RGB (Red+Green+Blue) = 36+99+172=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #2463AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2463AC is #DB9C53. Grayscale: #585858. Windows color (decimal): -14392404 or 11297572. OLE color: 11297572.

HSL color Cylindrical-coordinate representation of color #2463AC: hue angle of 212.21º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2463AC is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3699172-
CMYK0.790.4200.33
HSL212.21º65.38%40.78%-
HSV(B)212.21º79.07%67.45%-
XYZ12.6412.2840.73-
YUV88.48175.1390.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=11.73%
G=32.25%
B=56.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36991720.790.4200.33212.2165.3840.78
Hex2463AC4F2A021d44129
Octal441432541175204132410151
Binary10010011000111010110010011111010100100001110101001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2463AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2463AC; }

 p { color: rgb(36,99,172); }

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

<style>
 a { background-color: #2463AC; }

 a { background-color: rgb(36,99,172); }

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

<style>
 span { border-color: #2463AC; }

 span { border-color: rgb(36,99,172); }

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