#24627C

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

Shades of Orient #24627C

Tints of Orient #24627C

Color information

#24627C (or 0x24627C) is unknown color: approx Orient. HEX triplet: 24, 62 and 7C. RGB value is (36,98,124). Sum of RGB (Red+Green+Blue) = 36+98+124=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #24627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24627C is #DB9D83. Grayscale: #525252. Windows color (decimal): -14392708 or 8151588. OLE color: 8151588.

HSL color Cylindrical-coordinate representation of color #24627C: hue angle of 197.73º 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 #24627C is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3698124-
CMYK0.710.2100.51
HSL197.73º55%31.37%-
HSV(B)197.73º70.97%48.63%-
XYZ8.7310.5720.65-
YUV82.43151.4694.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=13.95%
G=37.98%
B=48.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36981240.710.2100.51197.735531.37
Hex24627C4715033c6371f
Octal44142174107250633066737
Binary1001001100010111110010001111010101100111100011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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