#245472

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

Shades of Orient #245472

Tints of Orient #245472

Color information

#245472 (or 0x245472) is unknown color: approx Orient. HEX triplet: 24, 54 and 72. RGB value is (36,84,114). Sum of RGB (Red+Green+Blue) = 36+84+114=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #245472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245472 is #DBAB8D. Grayscale: #484848. Windows color (decimal): -14396302 or 7492644. OLE color: 7492644.

HSL color Cylindrical-coordinate representation of color #245472: hue angle of 203.08º 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 #245472 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3684114-
CMYK0.680.2600.55
HSL203.08º52%29.41%-
HSV(B)203.08º68.42%44.71%-
XYZ6.947.9317.08-
YUV73.07151.1101.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.38%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=15.38%
G=35.90%
B=48.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36841140.680.2600.55203.085229.41
Hex245472441A037cb341d
Octal44124162104320673136435
Binary1001001010100111001010001001101001101111100101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245472; }

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

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

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

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

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

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

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

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