#245575

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

Shades of Orient #245575

Tints of Orient #245575

Color information

#245575 (or 0x245575) is unknown color: approx Orient. HEX triplet: 24, 55 and 75. RGB value is (36,85,117). Sum of RGB (Red+Green+Blue) = 36+85+117=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #245575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245575 is #DBAA8A. Grayscale: #494949. Windows color (decimal): -14396043 or 7689508. OLE color: 7689508.

HSL color Cylindrical-coordinate representation of color #245575: hue angle of 203.7º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245575 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3685117-
CMYK0.690.2700.54
HSL203.7º52.94%30%-
HSV(B)203.7º69.23%45.88%-
XYZ7.198.1618.03-
YUV74152.27100.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=15.13%
G=35.71%
B=49.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36851170.690.2700.54203.752.9430
Hex245575451B036cc351e
Octal44125165105330663146536
Binary1001001010101111010110001011101101101101100110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245575; }

 p { color: rgb(36,85,117); }

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

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

 a { background-color: rgb(36,85,117); }

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

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

 span { border-color: rgb(36,85,117); }

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