#31575C

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

Shades of Oracle #31575C

Tints of Oracle #31575C

Color information

#31575C (or 0x31575C) is unknown color: approx Oracle. HEX triplet: 31, 57 and 5C. RGB value is (49,87,92). Sum of RGB (Red+Green+Blue) = 49+87+92=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #31575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31575C is #CEA8A3. Grayscale: #4C4C4C. Windows color (decimal): -13543588 or 6051633. OLE color: 6051633.

HSL color Cylindrical-coordinate representation of color #31575C: hue angle of 186.98º degrees, saturation: 0.3, 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 #31575C is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB498792-
CMYK0.470.0500.64
HSL186.98º30.5%27.65%-
HSV(B)186.98º46.74%36.08%-
XYZ6.618.2411.37-
YUV76.21136.91108.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=21.49%
G=38.16%
B=40.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4987920.470.0500.64186.9830.527.65
Hex31575C2F5040bb1e1c
Octal6112713457501002733634
Binary1100011010111101110010111110101000000101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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