#315459

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

Shades of Oracle #315459

Tints of Oracle #315459

Color information

#315459 (or 0x315459) is unknown color: approx Oracle. HEX triplet: 31, 54 and 59. RGB value is (49,84,89). Sum of RGB (Red+Green+Blue) = 49+84+89=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #315459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315459 is #CEABA6. Grayscale: #4A4A4A. Windows color (decimal): -13544359 or 5854257. OLE color: 5854257.

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

Color convert

RGB498489-
CMYK0.450.0600.65
HSL187.5º28.99%27.06%-
HSV(B)187.5º44.94%34.9%-
XYZ6.247.7110.61-
YUV74.1136.4110.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=22.07%
G=37.84%
B=40.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4984890.450.0600.65187.528.9927.06
Hex3154592D6041bc1d1b
Octal6112413155601012743533
Binary1100011010100101100110110111001000001101111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315459; }

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

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

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

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

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

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

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

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