#245572

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

Shades of Orient #245572

Tints of Orient #245572

Color information

#245572 (or 0x245572) is unknown color: approx Orient. HEX triplet: 24, 55 and 72. RGB value is (36,85,114). Sum of RGB (Red+Green+Blue) = 36+85+114=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #245572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245572 is #DBAA8D. Grayscale: #494949. Windows color (decimal): -14396046 or 7492900. OLE color: 7492900.

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

Color convert

RGB3685114-
CMYK0.680.2500.55
HSL202.31º52%29.41%-
HSV(B)202.31º68.42%44.71%-
XYZ7.018.0917.11-
YUV73.65150.77101.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=15.32%
G=36.17%
B=48.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36851140.680.2500.55202.315229.41
Hex2455724419037ca341d
Octal44125162104310673126435
Binary1001001010101111001010001001100101101111100101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245572; }

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

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

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

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

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

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

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

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