#245B76

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

Shades of Orient #245B76

Tints of Orient #245B76

Color information

#245B76 (or 0x245B76) is unknown color: approx Orient. HEX triplet: 24, 5B and 76. RGB value is (36,91,118). Sum of RGB (Red+Green+Blue) = 36+91+118=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #245B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B76 is #DBA489. Grayscale: #4D4D4D. Windows color (decimal): -14394506 or 7756580. OLE color: 7756580.

HSL color Cylindrical-coordinate representation of color #245B76: hue angle of 199.76º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245B76 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3691118-
CMYK0.690.2300.54
HSL199.76º53.25%30.2%-
HSV(B)199.76º69.49%46.27%-
XYZ7.749.1718.5-
YUV77.63150.7898.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.69%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=14.69%
G=37.14%
B=48.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36911180.690.2300.54199.7653.2530.2
Hex245B764517036c8351e
Octal44133166105270663106536
Binary1001001011011111011010001011011101101101100100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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