#24789B

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

Shades of Lochmara #24789B

Tints of Lochmara #24789B

Color information

#24789B (or 0x24789B) is unknown color: approx Lochmara. HEX triplet: 24, 78 and 9B. RGB value is (36,120,155). Sum of RGB (Red+Green+Blue) = 36+120+155=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #24789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24789B is #DB8764. Grayscale: #626262. Windows color (decimal): -14387045 or 10188836. OLE color: 10188836.

HSL color Cylindrical-coordinate representation of color #24789B: hue angle of 197.65º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24789B is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB36120155-
CMYK0.770.2300.39
HSL197.65º62.3%37.45%-
HSV(B)197.65º76.77%60.78%-
XYZ13.3616.1733.43-
YUV98.87159.6783.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=11.58%
G=38.59%
B=49.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361201550.770.2300.39197.6562.337.45
Hex24789B4D17027c63e25
Octal44170233115270473067645
Binary100100111100010011011100110110111010011111000110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24789B; }

 p { color: rgb(36,120,155); }

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

<style>
 a { background-color: #24789B; }

 a { background-color: rgb(36,120,155); }

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

<style>
 span { border-color: #24789B; }

 span { border-color: rgb(36,120,155); }

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