#245974

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

Shades of Orient #245974

Tints of Orient #245974

Color information

#245974 (or 0x245974) is unknown color: approx Orient. HEX triplet: 24, 59 and 74. RGB value is (36,89,116). Sum of RGB (Red+Green+Blue) = 36+89+116=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #245974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245974 is #DBA68B. Grayscale: #4C4C4C. Windows color (decimal): -14395020 or 7624996. OLE color: 7624996.

HSL color Cylindrical-coordinate representation of color #245974: hue angle of 200.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 #245974 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3689116-
CMYK0.690.2300.55
HSL200.25º52.63%29.8%-
HSV(B)200.25º68.97%45.49%-
XYZ7.458.7817.83-
YUV76.23150.4499.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 116 (45.70% from 255) = 48.13%
R=14.94%
G=36.93%
B=48.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36891160.690.2300.55200.2552.6329.8
Hex2459744517037c8351e
Octal44131164105270673106536
Binary1001001011001111010010001011011101101111100100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245974; }

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

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

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

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

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

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

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

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