Html Css Color HEX #316063 Oracle

📋 copy color: '#316063'

red 49 ◦ green 96 ◦ blue 99

#316063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #316063

Tints of Oracle #316063

RGB

 RED value IS 49 (19.53% from 255) = 20.08%

 GREEN value IS 96 (37.89% from 255) = 39.34%

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 20.08%
G = 39.34%
B = 40.57%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#316063 (or 0x316063) is known color: Oracle. HEX triplet: 31, 60 and 63. RGB value is (49,96,99). Sum of RGB (Red+Green+Blue) = 49+96+99=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #316063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316063 is #CE9F9C. Grayscale: #525252. Windows color (decimal): -13541277 or 6512689. OLE color: 6512689.

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

Color convert

RGB 49 96 99 -
CMYK 0.51 0.03 0 0.61
HSL 183.6º 0.34% 0.29% -
HSV(B) 183.6º 0.51% 0.39% -
XYZ 7.7 9.92 13.31 -
YUV 82.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 49 96 99 0.51 0.03 0 0.61 183.6 0.34 0.29
Hex 31 60 63 33 3 0 3D B8 22 1D
Octal 61 140 143 63 3 0 75 270 42 35
Binary 110001 1100000 1100011 110011 11 0 111101 10111000 100010 11101

Color Harmonies of #316063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316063

Black with #316063

Text Example


Text Example

White with #316063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316063; }

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

 H1.HeaderClassName
 {
   color: #316063;
 }
 .AnyTagClassName
 {
   color: #316063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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