#24769A

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

Shades of Lochmara #24769A

Tints of Lochmara #24769A

Color information

#24769A (or 0x24769A) is unknown color: approx Lochmara. HEX triplet: 24, 76 and 9A. RGB value is (36,118,154). Sum of RGB (Red+Green+Blue) = 36+118+154=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #24769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24769A is #DB8965. Grayscale: #616161. Windows color (decimal): -14387558 or 10122788. OLE color: 10122788.

HSL color Cylindrical-coordinate representation of color #24769A: hue angle of 198.31º 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 #24769A is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36118154-
CMYK0.770.2300.40
HSL198.31º62.11%37.25%-
HSV(B)198.31º76.62%60.39%-
XYZ13.0415.6732.91-
YUV97.59159.8384.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.69%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 154 (60.55% from 255) = 50%
R=11.69%
G=38.31%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361181540.770.2300.40198.3162.1137.25
Hex24769A4D17028c63e25
Octal44166232115270503067645
Binary100100111011010011010100110110111010100011000110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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