#24749E

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

Shades of Lochmara #24749E

Tints of Lochmara #24749E

Color information

#24749E (or 0x24749E) is unknown color: approx Lochmara. HEX triplet: 24, 74 and 9E. RGB value is (36,116,158). Sum of RGB (Red+Green+Blue) = 36+116+158=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #24749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24749E is #DB8B61. Grayscale: #606060. Windows color (decimal): -14388066 or 10384420. OLE color: 10384420.

HSL color Cylindrical-coordinate representation of color #24749E: hue angle of 200.66º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24749E is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36116158-
CMYK0.770.2700.38
HSL200.66º62.89%38.04%-
HSV(B)200.66º77.22%61.96%-
XYZ13.1415.3334.61-
YUV96.87162.584.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.61%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=11.61%
G=37.42%
B=50.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361161580.770.2700.38200.6662.8938.04
Hex24749E4D1B026c93f26
Octal44164236115330463117746
Binary100100111010010011110100110111011010011011001001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24749E; }

 p { color: rgb(36,116,158); }

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

<style>
 a { background-color: #24749E; }

 a { background-color: rgb(36,116,158); }

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

<style>
 span { border-color: #24749E; }

 span { border-color: rgb(36,116,158); }

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