#245873

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

Shades of Orient #245873

Tints of Orient #245873

Color information

#245873 (or 0x245873) is unknown color: approx Orient. HEX triplet: 24, 58 and 73. RGB value is (36,88,115). Sum of RGB (Red+Green+Blue) = 36+88+115=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #245873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245873 is #DBA78C. Grayscale: #4B4B4B. Windows color (decimal): -14395277 or 7559204. OLE color: 7559204.

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

Color convert

RGB3688115-
CMYK0.690.2300.55
HSL200.51º52.32%29.61%-
HSV(B)200.51º68.7%45.1%-
XYZ7.318.5917.49-
YUV75.53150.2799.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=15.06%
G=36.82%
B=48.12%

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
Decimal36881150.690.2300.55200.5152.3229.61
Hex2458734517037c9341e
Octal44130163105270673116436
Binary1001001011000111001110001011011101101111100100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245873; }

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

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

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

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

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

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

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

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