#316061

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

Shades of Oracle #316061

Tints of Oracle #316061

Color information

#316061 (or 0x316061) is unknown color: approx Oracle. HEX triplet: 31, 60 and 61. RGB value is (49,96,97). Sum of RGB (Red+Green+Blue) = 49+96+97=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #316061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316061 is #CE9F9E. Grayscale: #525252. Windows color (decimal): -13541279 or 6381617. OLE color: 6381617.

HSL color Cylindrical-coordinate representation of color #316061: hue angle of 181.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316061 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB499697-
CMYK0.490.0100.62
HSL181.25º32.88%28.63%-
HSV(B)181.25º49.48%38.04%-
XYZ7.619.8812.82-
YUV82.06136.43104.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=20.25%
G=39.67%
B=40.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996970.490.0100.62181.2532.8828.63
Hex31606131103Eb5211d
Octal611401416110762654135
Binary11000111000001100001110001101111101011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316061; }

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

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

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

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

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

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

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

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