#316364

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

Shades of Oracle #316364

Tints of Oracle #316364

Color information

#316364 (or 0x316364) is unknown color: approx Oracle. HEX triplet: 31, 63 and 64. RGB value is (49,99,100). Sum of RGB (Red+Green+Blue) = 49+99+100=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 100 - color contains mainly: blue. Hex color #316364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316364 is #CE9C9B. Grayscale: #545454. Windows color (decimal): -13540508 or 6578993. OLE color: 6578993.

HSL color Cylindrical-coordinate representation of color #316364: hue angle of 181.18º 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 #316364 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4999100-
CMYK0.510.0100.61
HSL181.18º34.23%29.22%-
HSV(B)181.18º51%39.22%-
XYZ8.0310.513.66-
YUV84.16136.94102.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 100 (39.45% from 255) = 40.32%
R=19.76%
G=39.92%
B=40.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49991000.510.0100.61181.1834.2329.22
Hex31636433103Db5221d
Octal611431446310752654235
Binary11000111000111100100110011101111011011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316364; }

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

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

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

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

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

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

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

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