#315F64

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

Shades of Oracle #315F64

Tints of Oracle #315F64

Color information

#315F64 (or 0x315F64) is unknown color: approx Oracle. HEX triplet: 31, 5F and 64. RGB value is (49,95,100). Sum of RGB (Red+Green+Blue) = 49+95+100=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 100 - color contains mainly: blue. Hex color #315F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F64 is #CEA09B. Grayscale: #515151. Windows color (decimal): -13541532 or 6577969. OLE color: 6577969.

HSL color Cylindrical-coordinate representation of color #315F64: hue angle of 185.88º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315F64 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4995100-
CMYK0.510.0500.61
HSL185.88º34.23%29.22%-
HSV(B)185.88º51%39.22%-
XYZ7.669.7613.54-
YUV81.82138.26104.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=20.08%
G=38.93%
B=40.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49951000.510.0500.61185.8834.2329.22
Hex315F6433503Dba221d
Octal611371446350752724235
Binary1100011011111110010011001110101111011011101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315F64; }

 p { color: rgb(49,95,100); }

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

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

 a { background-color: rgb(49,95,100); }

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

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

 span { border-color: rgb(49,95,100); }

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