#315559

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

Shades of Oracle #315559

Tints of Oracle #315559

Color information

#315559 (or 0x315559) is unknown color: approx Oracle. HEX triplet: 31, 55 and 59. RGB value is (49,85,89). Sum of RGB (Red+Green+Blue) = 49+85+89=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #315559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315559 is #CEAAA6. Grayscale: #4A4A4A. Windows color (decimal): -13544103 or 5854513. OLE color: 5854513.

HSL color Cylindrical-coordinate representation of color #315559: hue angle of 186º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315559 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB498589-
CMYK0.450.0400.65
HSL186º28.99%27.06%-
HSV(B)186º44.94%34.9%-
XYZ6.327.8710.64-
YUV74.69136.07109.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=21.97%
G=38.12%
B=39.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4985890.450.0400.6518628.9927.06
Hex3155592D4041ba1d1b
Octal6112513155401012723533
Binary1100011010101101100110110110001000001101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315559; }

 p { color: rgb(49,85,89); }

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

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

 a { background-color: rgb(49,85,89); }

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

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

 span { border-color: rgb(49,85,89); }

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