#245677

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

Shades of Orient #245677

Tints of Orient #245677

Color information

#245677 (or 0x245677) is unknown color: approx Orient. HEX triplet: 24, 56 and 77. RGB value is (36,86,119). Sum of RGB (Red+Green+Blue) = 36+86+119=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #245677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245677 is #DBA988. Grayscale: #4A4A4A. Windows color (decimal): -14395785 or 7820836. OLE color: 7820836.

HSL color Cylindrical-coordinate representation of color #245677: hue angle of 203.86º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245677 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3686119-
CMYK0.700.2800.53
HSL203.86º53.55%30.39%-
HSV(B)203.86º69.75%46.67%-
XYZ7.398.3618.68-
YUV74.81152.94100.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=14.94%
G=35.68%
B=49.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36861190.700.2800.53203.8653.5530.39
Hex245677461C035cc361e
Octal44126167106340653146636
Binary1001001010110111011110001101110001101011100110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245677; }

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

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

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

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

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

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

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

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