#24617A

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

Shades of Orient #24617A

Tints of Orient #24617A

Color information

#24617A (or 0x24617A) is unknown color: approx Orient. HEX triplet: 24, 61 and 7A. RGB value is (36,97,122). Sum of RGB (Red+Green+Blue) = 36+97+122=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #24617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24617A is #DB9E85. Grayscale: #515151. Windows color (decimal): -14392966 or 8020260. OLE color: 8020260.

HSL color Cylindrical-coordinate representation of color #24617A: hue angle of 197.44º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24617A is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3697122-
CMYK0.700.2000.52
HSL197.44º54.43%30.98%-
HSV(B)197.44º70.49%47.84%-
XYZ8.5210.3319.96-
YUV81.61150.7995.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.12%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=14.12%
G=38.04%
B=47.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36971220.700.2000.52197.4454.4330.98
Hex24617A4614034c5361f
Octal44141172106240643056637
Binary1001001100001111101010001101010001101001100010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24617A; }

 p { color: rgb(36,97,122); }

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

<style>
 a { background-color: #24617A; }

 a { background-color: rgb(36,97,122); }

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

<style>
 span { border-color: #24617A; }

 span { border-color: rgb(36,97,122); }

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