#31575D

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

Shades of Oracle #31575D

Tints of Oracle #31575D

Color information

#31575D (or 0x31575D) is unknown color: approx Oracle. HEX triplet: 31, 57 and 5D. RGB value is (49,87,93). Sum of RGB (Red+Green+Blue) = 49+87+93=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #31575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31575D is #CEA8A2. Grayscale: #4C4C4C. Windows color (decimal): -13543587 or 6117169. OLE color: 6117169.

HSL color Cylindrical-coordinate representation of color #31575D: hue angle of 188.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31575D is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB498793-
CMYK0.470.0600.64
HSL188.18º30.99%27.84%-
HSV(B)188.18º47.31%36.47%-
XYZ6.658.2611.6-
YUV76.32137.41108.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=21.40%
G=37.99%
B=40.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4987930.470.0600.64188.1830.9927.84
Hex31575D2F6040bc1f1c
Octal6112713557601002743734
Binary1100011010111101110110111111001000000101111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31575D; }

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

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

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

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

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

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

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

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