#245F72

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

Shades of Orient #245F72

Tints of Orient #245F72

Color information

#245F72 (or 0x245F72) is unknown color: approx Orient. HEX triplet: 24, 5F and 72. RGB value is (36,95,114). Sum of RGB (Red+Green+Blue) = 36+95+114=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #245F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F72 is #DBA08D. Grayscale: #4F4F4F. Windows color (decimal): -14393486 or 7495460. OLE color: 7495460.

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

Color convert

RGB3695114-
CMYK0.680.1700.55
HSL194.62º52%29.41%-
HSV(B)194.62º68.42%44.71%-
XYZ7.869.7717.39-
YUV79.52147.4596.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.69%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=14.69%
G=38.78%
B=46.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36951140.680.1700.55194.625229.41
Hex245F724411037c3341d
Octal44137162104210673036435
Binary1001001011111111001010001001000101101111100001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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