#315557

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

Shades of Oracle #315557

Tints of Oracle #315557

Color information

#315557 (or 0x315557) is unknown color: approx Oracle. HEX triplet: 31, 55 and 57. RGB value is (49,85,87). Sum of RGB (Red+Green+Blue) = 49+85+87=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #315557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315557 is #CEAAA8. Grayscale: #4A4A4A. Windows color (decimal): -13544105 or 5723441. OLE color: 5723441.

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

Color convert

RGB498587-
CMYK0.440.0200.66
HSL183.16º27.94%26.67%-
HSV(B)183.16º43.68%34.12%-
XYZ6.247.8410.2-
YUV74.46135.07109.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=22.17%
G=38.46%
B=39.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4985870.440.0200.66183.1627.9426.67
Hex3155572C2042b71c1b
Octal6112512754201022673433
Binary110001101010110101111011001001000010101101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315557; }

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

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

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

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

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

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

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

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