#24607F

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

Shades of Orient #24607F

Tints of Orient #24607F

Color information

#24607F (or 0x24607F) is unknown color: approx Orient. HEX triplet: 24, 60 and 7F. RGB value is (36,96,127). Sum of RGB (Red+Green+Blue) = 36+96+127=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #24607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24607F is #DB9F80. Grayscale: #515151. Windows color (decimal): -14393217 or 8347684. OLE color: 8347684.

HSL color Cylindrical-coordinate representation of color #24607F: hue angle of 200.44º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24607F is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3696127-
CMYK0.720.2400.50
HSL200.44º55.83%31.96%-
HSV(B)200.44º71.65%49.8%-
XYZ8.7410.2721.6-
YUV81.59153.6295.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 127 (50% from 255) = 49.03%
R=13.90%
G=37.07%
B=49.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36961270.720.2400.50200.4455.8331.96
Hex24607F4818032c83820
Octal44140177110300623107040
Binary10010011000001111111100100011000011001011001000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24607F; }

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

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

<style>
 a { background-color: #24607F; }

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

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

<style>
 span { border-color: #24607F; }

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

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