#245B70

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

Shades of Orient #245B70

Tints of Orient #245B70

Color information

#245B70 (or 0x245B70) is unknown color: approx Orient. HEX triplet: 24, 5B and 70. RGB value is (36,91,112). Sum of RGB (Red+Green+Blue) = 36+91+112=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #245B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B70 is #DBA48F. Grayscale: #4C4C4C. Windows color (decimal): -14394512 or 7363364. OLE color: 7363364.

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

Color convert

RGB3691112-
CMYK0.680.1900.56
HSL196.58º51.35%29.02%-
HSV(B)196.58º67.86%43.92%-
XYZ7.399.0316.68-
YUV76.95147.7898.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=15.06%
G=38.08%
B=46.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36911120.680.1900.56196.5851.3529.02
Hex245B704413038c5331d
Octal44133160104230703056335
Binary1001001011011111000010001001001101110001100010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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