#245F71

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

Shades of Orient #245F71

Tints of Orient #245F71

Color information

#245F71 (or 0x245F71) is unknown color: approx Orient. HEX triplet: 24, 5F and 71. RGB value is (36,95,113). Sum of RGB (Red+Green+Blue) = 36+95+113=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #245F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F71 is #DBA08E. Grayscale: #4F4F4F. Windows color (decimal): -14393487 or 7429924. OLE color: 7429924.

HSL color Cylindrical-coordinate representation of color #245F71: hue angle of 194.03º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245F71 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3695113-
CMYK0.680.1600.56
HSL194.03º51.68%29.22%-
HSV(B)194.03º68.14%44.31%-
XYZ7.89.7517.09-
YUV79.41146.9597.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=14.75%
G=38.93%
B=46.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36951130.680.1600.56194.0351.6829.22
Hex245F714410038c2341d
Octal44137161104200703026435
Binary1001001011111111000110001001000001110001100001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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