#315556

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

Shades of Oracle #315556

Tints of Oracle #315556

Color information

#315556 (or 0x315556) is unknown color: approx Oracle. HEX triplet: 31, 55 and 56. RGB value is (49,85,86). Sum of RGB (Red+Green+Blue) = 49+85+86=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #315556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315556 is #CEAAA9. Grayscale: #4A4A4A. Windows color (decimal): -13544106 or 5657905. OLE color: 5657905.

HSL color Cylindrical-coordinate representation of color #315556: hue angle of 181.62º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315556 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB498586-
CMYK0.430.0100.66
HSL181.62º27.41%26.47%-
HSV(B)181.62º43.02%33.73%-
XYZ6.197.829.99-
YUV74.35134.57109.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=22.27%
G=38.64%
B=39.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4985860.430.0100.66181.6227.4126.47
Hex3155562B1042b61b1a
Octal6112512653101022663332
Binary11000110101011010110101011101000010101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315556; }

 p { color: rgb(49,85,86); }

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

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

 a { background-color: rgb(49,85,86); }

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

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

 span { border-color: rgb(49,85,86); }

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