#245573

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

Shades of Orient #245573

Tints of Orient #245573

Color information

#245573 (or 0x245573) is unknown color: approx Orient. HEX triplet: 24, 55 and 73. RGB value is (36,85,115). Sum of RGB (Red+Green+Blue) = 36+85+115=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #245573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245573 is #DBAA8C. Grayscale: #494949. Windows color (decimal): -14396045 or 7558436. OLE color: 7558436.

HSL color Cylindrical-coordinate representation of color #245573: hue angle of 202.78º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245573 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3685115-
CMYK0.690.2600.55
HSL202.78º52.32%29.61%-
HSV(B)202.78º68.7%45.1%-
XYZ7.078.1117.41-
YUV73.77151.27101.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.25%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=15.25%
G=36.02%
B=48.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36851150.690.2600.55202.7852.3229.61
Hex245573451A037cb341e
Octal44125163105320673136436
Binary1001001010101111001110001011101001101111100101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245573; }

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

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

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

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

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

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

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

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