#245F70

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

Shades of Orient #245F70

Tints of Orient #245F70

Color information

#245F70 (or 0x245F70) is unknown color: approx Orient. HEX triplet: 24, 5F and 70. RGB value is (36,95,112). Sum of RGB (Red+Green+Blue) = 36+95+112=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #245F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F70 is #DBA08F. Grayscale: #4F4F4F. Windows color (decimal): -14393488 or 7364388. OLE color: 7364388.

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

Color convert

RGB3695112-
CMYK0.680.1500.56
HSL193.42º51.35%29.02%-
HSV(B)193.42º67.86%43.92%-
XYZ7.749.7316.8-
YUV79.3146.4597.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.81%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=14.81%
G=39.09%
B=46.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36951120.680.1500.56193.4251.3529.02
Hex245F7044F038c1331d
Octal44137160104170703016335
Binary100100101111111100001000100111101110001100000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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