#24606E

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

Shades of Orient #24606E

Tints of Orient #24606E

Color information

#24606E (or 0x24606E) is unknown color: approx Orient. HEX triplet: 24, 60 and 6E. RGB value is (36,96,110). Sum of RGB (Red+Green+Blue) = 36+96+110=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #24606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24606E is #DB9F91. Grayscale: #4F4F4F. Windows color (decimal): -14393234 or 7233572. OLE color: 7233572.

HSL color Cylindrical-coordinate representation of color #24606E: hue angle of 191.35º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24606E is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3696110-
CMYK0.670.1300.57
HSL191.35º50.68%28.63%-
HSV(B)191.35º67.27%43.14%-
XYZ7.729.8716.25-
YUV79.66145.1296.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=14.88%
G=39.67%
B=45.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36961100.670.1300.57191.3550.6828.63
Hex24606E43D039bf331d
Octal44140156103150712776335
Binary100100110000011011101000011110101110011011111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,96,110); }

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

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

 a { background-color: rgb(36,96,110); }

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

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

 span { border-color: rgb(36,96,110); }

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