#24637C

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

Shades of Orient #24637C

Tints of Orient #24637C

Color information

#24637C (or 0x24637C) is unknown color: approx Orient. HEX triplet: 24, 63 and 7C. RGB value is (36,99,124). Sum of RGB (Red+Green+Blue) = 36+99+124=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #24637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24637C is #DB9C83. Grayscale: #525252. Windows color (decimal): -14392452 or 8151844. OLE color: 8151844.

HSL color Cylindrical-coordinate representation of color #24637C: hue angle of 197.05º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24637C is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3699124-
CMYK0.710.2000.51
HSL197.05º55%31.37%-
HSV(B)197.05º70.97%48.63%-
XYZ8.8310.7520.68-
YUV83.01151.1394.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=13.90%
G=38.22%
B=47.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36991240.710.2000.51197.055531.37
Hex24637C4714033c5371f
Octal44143174107240633056737
Binary1001001100011111110010001111010001100111100010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24637C; }

 p { color: rgb(36,99,124); }

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

<style>
 a { background-color: #24637C; }

 a { background-color: rgb(36,99,124); }

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

<style>
 span { border-color: #24637C; }

 span { border-color: rgb(36,99,124); }

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