#245A78

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

Shades of Orient #245A78

Tints of Orient #245A78

Color information

#245A78 (or 0x245A78) is unknown color: approx Orient. HEX triplet: 24, 5A and 78. RGB value is (36,90,120). Sum of RGB (Red+Green+Blue) = 36+90+120=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #245A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A78 is #DBA587. Grayscale: #4D4D4D. Windows color (decimal): -14394760 or 7887396. OLE color: 7887396.

HSL color Cylindrical-coordinate representation of color #245A78: hue angle of 201.43º 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 #245A78 is Cyan = 0.7, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3690120-
CMYK0.70.2500.53
HSL201.43º53.85%30.59%-
HSV(B)201.43º70%47.06%-
XYZ7.779.0419.11-
YUV77.27152.1198.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=14.63%
G=36.59%
B=48.78%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36901200.70.2500.53201.4353.8530.59
Hex245A784619035c9361f
Octal44132170106310653116637
Binary1001001011010111100010001101100101101011100100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,90,120); }

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

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

 a { background-color: rgb(36,90,120); }

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

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

 span { border-color: rgb(36,90,120); }

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