#31605C

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

Shades of Oracle #31605C

Tints of Oracle #31605C

Color information

#31605C (or 0x31605C) is unknown color: approx Oracle. HEX triplet: 31, 60 and 5C. RGB value is (49,96,92). Sum of RGB (Red+Green+Blue) = 49+96+92=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #31605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31605C is #CE9FA3. Grayscale: #515151. Windows color (decimal): -13541284 or 6053937. OLE color: 6053937.

HSL color Cylindrical-coordinate representation of color #31605C: hue angle of 174.89º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31605C is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB499692-
CMYK0.4900.040.62
HSL174.89º32.41%28.43%-
HSV(B)174.89º48.96%37.65%-
XYZ7.389.7911.63-
YUV81.49133.93104.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=20.68%
G=40.51%
B=38.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996920.4900.040.62174.8932.4128.43
Hex31605C31043Eaf201c
Octal611401346104762574034
Binary1100011100000101110011000101001111101010111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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