#245C79

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

Shades of Orient #245C79

Tints of Orient #245C79

Color information

#245C79 (or 0x245C79) is unknown color: approx Orient. HEX triplet: 24, 5C and 79. RGB value is (36,92,121). Sum of RGB (Red+Green+Blue) = 36+92+121=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #245C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C79 is #DBA386. Grayscale: #4E4E4E. Windows color (decimal): -14394247 or 7953444. OLE color: 7953444.

HSL color Cylindrical-coordinate representation of color #245C79: hue angle of 200.47º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245C79 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3692121-
CMYK0.700.2400.53
HSL200.47º54.14%30.78%-
HSV(B)200.47º70.25%47.45%-
XYZ8.019.4119.48-
YUV78.56151.9597.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=14.46%
G=36.95%
B=48.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36921210.700.2400.53200.4754.1430.78
Hex245C794618035c8361f
Octal44134171106300653106637
Binary1001001011100111100110001101100001101011100100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,92,121); }

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

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

 a { background-color: rgb(36,92,121); }

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

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

 span { border-color: rgb(36,92,121); }

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