#245E70

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

Shades of Orient #245E70

Tints of Orient #245E70

Color information

#245E70 (or 0x245E70) is unknown color: approx Orient. HEX triplet: 24, 5E and 70. RGB value is (36,94,112). Sum of RGB (Red+Green+Blue) = 36+94+112=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #245E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E70 is #DBA18F. Grayscale: #4E4E4E. Windows color (decimal): -14393744 or 7364132. OLE color: 7364132.

HSL color Cylindrical-coordinate representation of color #245E70: hue angle of 194.21º degrees, saturation: 0.51, 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 #245E70 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3694112-
CMYK0.680.1600.56
HSL194.21º51.35%29.02%-
HSV(B)194.21º67.86%43.92%-
XYZ7.659.5516.77-
YUV78.71146.7897.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 94 (37.11% from 255) = 38.84%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=14.88%
G=38.84%
B=46.28%

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
Decimal36941120.680.1600.56194.2151.3529.02
Hex245E704410038c2331d
Octal44136160104200703026335
Binary1001001011110111000010001001000001110001100001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,94,112); }

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

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

 a { background-color: rgb(36,94,112); }

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

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

 span { border-color: rgb(36,94,112); }

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