#316062

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

Shades of Oracle #316062

Tints of Oracle #316062

Color information

#316062 (or 0x316062) is unknown color: approx Oracle. HEX triplet: 31, 60 and 62. RGB value is (49,96,98). Sum of RGB (Red+Green+Blue) = 49+96+98=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #316062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316062 is #CE9F9D. Grayscale: #525252. Windows color (decimal): -13541278 or 6447153. OLE color: 6447153.

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

Color convert

RGB499698-
CMYK0.50.0200.62
HSL182.45º33.33%28.82%-
HSV(B)182.45º50%38.43%-
XYZ7.659.913.06-
YUV82.18136.93104.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=20.16%
G=39.51%
B=40.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996980.50.0200.62182.4533.3328.82
Hex31606232203Eb6211d
Octal611401426220762664135
Binary110001110000011000101100101001111101011011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316062; }

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

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

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

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

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

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

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

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