#315658

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

Shades of Oracle #315658

Tints of Oracle #315658

Color information

#315658 (or 0x315658) is unknown color: approx Oracle. HEX triplet: 31, 56 and 58. RGB value is (49,86,88). Sum of RGB (Red+Green+Blue) = 49+86+88=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #315658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315658 is #CEA9A7. Grayscale: #4B4B4B. Windows color (decimal): -13543848 or 5789233. OLE color: 5789233.

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

Color convert

RGB498688-
CMYK0.440.0200.65
HSL183.08º28.47%26.86%-
HSV(B)183.08º44.32%34.51%-
XYZ6.368.0110.44-
YUV75.16135.24109.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=21.97%
G=38.57%
B=39.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4986880.440.0200.65183.0828.4726.86
Hex3156582C2041b71c1b
Octal6112613054201012673433
Binary110001101011010110001011001001000001101101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315658; }

 p { color: rgb(49,86,88); }

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

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

 a { background-color: rgb(49,86,88); }

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

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

 span { border-color: rgb(49,86,88); }

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