Html Css Color HEX #316065 Oracle

📋 copy color: '#316065'

red 49 ◦ green 96 ◦ blue 101

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

Shades of Oracle #316065

Tints of Oracle #316065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.06%

R = 19.92%
G = 39.02%
B = 41.06%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#316065 (or 0x316065) is known color: Oracle. HEX triplet: 31, 60 and 65. RGB value is (49,96,101). Sum of RGB (Red+Green+Blue) = 49+96+101=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #316065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316065 is #CE9F9A. Grayscale: #525252. Windows color (decimal): -13541275 or 6643761. OLE color: 6643761.

HSL color Cylindrical-coordinate representation of color #316065: hue angle of 185.77º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316065 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 96 101 -
CMYK 0.51 0.05 0 0.60
HSL 185.77º 0.35% 0.29% -
HSV(B) 185.77º 0.51% 0.4% -
XYZ 7.8 9.96 13.82 -
YUV 82.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 49 96 101 0.51 0.05 0 0.60 185.77 0.35 0.29
Hex 31 60 65 33 5 0 3C BA 23 1D
Octal 61 140 145 63 5 0 74 272 43 35
Binary 110001 1100000 1100101 110011 101 0 111100 10111010 100011 11101

Color Harmonies of #316065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316065

Black with #316065

Text Example


Text Example

White with #316065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316065; }

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

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

background-color css

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

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

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

border-color css

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

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

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