#245A72

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

Shades of Orient #245A72

Tints of Orient #245A72

Color information

#245A72 (or 0x245A72) is unknown color: approx Orient. HEX triplet: 24, 5A and 72. RGB value is (36,90,114). Sum of RGB (Red+Green+Blue) = 36+90+114=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #245A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A72 is #DBA58D. Grayscale: #4C4C4C. Windows color (decimal): -14394766 or 7494180. OLE color: 7494180.

HSL color Cylindrical-coordinate representation of color #245A72: hue angle of 198.46º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245A72 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3690114-
CMYK0.680.2100.55
HSL198.46º52%29.41%-
HSV(B)198.46º68.42%44.71%-
XYZ7.428.917.25-
YUV76.59149.1199.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=15%
G=37.5%
B=47.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36901140.680.2100.55198.465229.41
Hex245A724415037c6341d
Octal44132162104250673066435
Binary1001001011010111001010001001010101101111100011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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