#245F73

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

Shades of Orient #245F73

Tints of Orient #245F73

Color information

#245F73 (or 0x245F73) is unknown color: approx Orient. HEX triplet: 24, 5F and 73. RGB value is (36,95,115). Sum of RGB (Red+Green+Blue) = 36+95+115=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #245F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F73 is #DBA08C. Grayscale: #4F4F4F. Windows color (decimal): -14393485 or 7560996. OLE color: 7560996.

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

Color convert

RGB3695115-
CMYK0.690.1700.55
HSL195.19º52.32%29.61%-
HSV(B)195.19º68.7%45.1%-
XYZ7.919.817.69-
YUV79.64147.9596.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=14.63%
G=38.62%
B=46.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36951150.690.1700.55195.1952.3229.61
Hex245F734511037c3341e
Octal44137163105210673036436
Binary1001001011111111001110001011000101101111100001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245F73; }

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

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

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

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

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

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

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

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