#245574

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

Shades of Orient #245574

Tints of Orient #245574

Color information

#245574 (or 0x245574) is unknown color: approx Orient. HEX triplet: 24, 55 and 74. RGB value is (36,85,116). Sum of RGB (Red+Green+Blue) = 36+85+116=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #245574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245574 is #DBAA8B. Grayscale: #494949. Windows color (decimal): -14396044 or 7623972. OLE color: 7623972.

HSL color Cylindrical-coordinate representation of color #245574: hue angle of 203.25º degrees, saturation: 0.53, 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 #245574 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3685116-
CMYK0.690.2700.55
HSL203.25º52.63%29.8%-
HSV(B)203.25º68.97%45.49%-
XYZ7.138.1317.72-
YUV73.88151.77100.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=15.19%
G=35.86%
B=48.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36851160.690.2700.55203.2552.6329.8
Hex245574451B037cb351e
Octal44125164105330673136536
Binary1001001010101111010010001011101101101111100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245574; }

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

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

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

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

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

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

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

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