#24627F

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

Shades of Orient #24627F

Tints of Orient #24627F

Color information

#24627F (or 0x24627F) is unknown color: approx Orient. HEX triplet: 24, 62 and 7F. RGB value is (36,98,127). Sum of RGB (Red+Green+Blue) = 36+98+127=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #24627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24627F is #DB9D80. Grayscale: #525252. Windows color (decimal): -14392705 or 8348196. OLE color: 8348196.

HSL color Cylindrical-coordinate representation of color #24627F: hue angle of 199.12º 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 #24627F is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3698127-
CMYK0.720.2300.50
HSL199.12º55.83%31.96%-
HSV(B)199.12º71.65%49.8%-
XYZ8.9310.6421.66-
YUV82.77152.9694.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 127 (50% from 255) = 48.66%
R=13.79%
G=37.55%
B=48.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36981270.720.2300.50199.1255.8331.96
Hex24627F4817032c73820
Octal44142177110270623077040
Binary10010011000101111111100100010111011001011000111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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