#245B72

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

Shades of Orient #245B72

Tints of Orient #245B72

Color information

#245B72 (or 0x245B72) is unknown color: approx Orient. HEX triplet: 24, 5B and 72. RGB value is (36,91,114). Sum of RGB (Red+Green+Blue) = 36+91+114=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #245B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B72 is #DBA48D. Grayscale: #4D4D4D. Windows color (decimal): -14394510 or 7494436. OLE color: 7494436.

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

Color convert

RGB3691114-
CMYK0.680.2000.55
HSL197.69º52%29.41%-
HSV(B)197.69º68.42%44.71%-
XYZ7.519.0717.28-
YUV77.18148.7898.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=14.94%
G=37.76%
B=47.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36911140.680.2000.55197.695229.41
Hex245B724414037c6341d
Octal44133162104240673066435
Binary1001001011011111001010001001010001101111100011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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