Html Css Color HEX #316465 Oracle

📋 copy color: '#316465'

red 49 ◦ green 100 ◦ blue 101

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

Shades of Oracle #316465

Tints of Oracle #316465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

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

R = 19.6%
G = 40%
B = 40.4%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#316465 (or 0x316465) is known color: Oracle. HEX triplet: 31, 64 and 65. RGB value is (49,100,101). Sum of RGB (Red+Green+Blue) = 49+100+101=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #316465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316465 is #CE9B9A. Grayscale: #545454. Windows color (decimal): -13540251 or 6644785. OLE color: 6644785.

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

Color convert

RGB 49 100 101 -
CMYK 0.51 0.01 0 0.60
HSL 181.15º 0.35% 0.29% -
HSV(B) 181.15º 0.51% 0.4% -
XYZ 8.17 10.71 13.95 -
YUV 84.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 49 100 101 0.51 0.01 0 0.60 181.15 0.35 0.29
Hex 31 64 65 33 1 0 3C B5 23 1D
Octal 61 144 145 63 1 0 74 265 43 35
Binary 110001 1100100 1100101 110011 1 0 111100 10110101 100011 11101

Color Harmonies of #316465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316465

Black with #316465

Text Example


Text Example

White with #316465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316465; }

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

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

background-color css

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

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

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

border-color css

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

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

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