#315957

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

Shades of Oracle #315957

Tints of Oracle #315957

Color information

#315957 (or 0x315957) is unknown color: approx Oracle. HEX triplet: 31, 59 and 57. RGB value is (49,89,87). Sum of RGB (Red+Green+Blue) = 49+89+87=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #315957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315957 is #CEA6A8. Grayscale: #4C4C4C. Windows color (decimal): -13543081 or 5724465. OLE color: 5724465.

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

Color convert

RGB498987-
CMYK0.4500.020.65
HSL177º28.99%27.06%-
HSV(B)177º44.94%34.9%-
XYZ6.568.4910.31-
YUV76.81133.75108.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=21.78%
G=39.56%
B=38.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989870.4500.020.6517728.9927.06
Hex3159572D0241b11d1b
Octal6113112755021012613533
Binary110001101100110101111011010101000001101100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315957; }

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

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

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

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

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

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

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

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