#245F75

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

Shades of Orient #245F75

Tints of Orient #245F75

Color information

#245F75 (or 0x245F75) is unknown color: approx Orient. HEX triplet: 24, 5F and 75. RGB value is (36,95,117). Sum of RGB (Red+Green+Blue) = 36+95+117=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #245F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F75 is #DBA08A. Grayscale: #4F4F4F. Windows color (decimal): -14393483 or 7692068. OLE color: 7692068.

HSL color Cylindrical-coordinate representation of color #245F75: hue angle of 196.3º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245F75 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3695117-
CMYK0.690.1900.54
HSL196.3º52.94%30%-
HSV(B)196.3º69.23%45.88%-
XYZ8.039.8418.31-
YUV79.87148.9596.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.52%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=14.52%
G=38.31%
B=47.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36951170.690.1900.54196.352.9430
Hex245F754513036c4351e
Octal44137165105230663046536
Binary1001001011111111010110001011001101101101100010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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