#24759A

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

Shades of Lochmara #24759A

Tints of Lochmara #24759A

Color information

#24759A (or 0x24759A) is unknown color: approx Lochmara. HEX triplet: 24, 75 and 9A. RGB value is (36,117,154). Sum of RGB (Red+Green+Blue) = 36+117+154=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #24759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24759A is #DB8A65. Grayscale: #606060. Windows color (decimal): -14387814 or 10122532. OLE color: 10122532.

HSL color Cylindrical-coordinate representation of color #24759A: hue angle of 198.81º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24759A is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36117154-
CMYK0.770.2400.40
HSL198.81º62.11%37.25%-
HSV(B)198.81º76.62%60.39%-
XYZ12.9215.4332.87-
YUV97160.1684.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=11.73%
G=38.11%
B=50.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361171540.770.2400.40198.8162.1137.25
Hex24759A4D18028c73e25
Octal44165232115300503077645
Binary100100111010110011010100110111000010100011000111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24759A; }

 p { color: rgb(36,117,154); }

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

<style>
 a { background-color: #24759A; }

 a { background-color: rgb(36,117,154); }

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

<style>
 span { border-color: #24759A; }

 span { border-color: rgb(36,117,154); }

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