#316260

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

Shades of Oracle #316260

Tints of Oracle #316260

Color information

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

HSL color Cylindrical-coordinate representation of color #316260: hue angle of 177.55º 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 #316260 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB499896-
CMYK0.500.020.62
HSL177.55º33.33%28.82%-
HSV(B)177.55º50%38.43%-
XYZ7.7510.2312.63-
YUV83.12135.27103.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998960.500.020.62177.5533.3328.82
Hex31626032023Eb2211d
Octal611421406202762624135
Binary110001110001011000001100100101111101011001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316260; }

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

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

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

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

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

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

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

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