#245676

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

Shades of Orient #245676

Tints of Orient #245676

Color information

#245676 (or 0x245676) is unknown color: approx Orient. HEX triplet: 24, 56 and 76. RGB value is (36,86,118). Sum of RGB (Red+Green+Blue) = 36+86+118=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #245676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245676 is #DBA989. Grayscale: #4A4A4A. Windows color (decimal): -14395786 or 7755300. OLE color: 7755300.

HSL color Cylindrical-coordinate representation of color #245676: hue angle of 203.41º 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 #245676 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3686118-
CMYK0.690.2700.54
HSL203.41º53.25%30.2%-
HSV(B)203.41º69.49%46.27%-
XYZ7.338.3418.36-
YUV74.7152.44100.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=15%
G=35.83%
B=49.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36861180.690.2700.54203.4153.2530.2
Hex245676451B036cb351e
Octal44126166105330663136536
Binary1001001010110111011010001011101101101101100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245676; }

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

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

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

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

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

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

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

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