Html Css Color HEX #316265 Oracle

📋 copy color: '#316265'

red 49 ◦ green 98 ◦ blue 101

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

Shades of Oracle #316265

Tints of Oracle #316265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

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

R = 19.76%
G = 39.52%
B = 40.73%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#316265 (or 0x316265) is known color: Oracle. HEX triplet: 31, 62 and 65. RGB value is (49,98,101). Sum of RGB (Red+Green+Blue) = 49+98+101=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #316265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316265 is #CE9D9A. Grayscale: #535353. Windows color (decimal): -13540763 or 6644273. OLE color: 6644273.

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

Color convert

RGB 49 98 101 -
CMYK 0.51 0.03 0 0.60
HSL 183.46º 0.35% 0.29% -
HSV(B) 183.46º 0.51% 0.4% -
XYZ 7.98 10.33 13.88 -
YUV 83.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 49 98 101 0.51 0.03 0 0.60 183.46 0.35 0.29
Hex 31 62 65 33 3 0 3C B7 23 1D
Octal 61 142 145 63 3 0 74 267 43 35
Binary 110001 1100010 1100101 110011 11 0 111100 10110111 100011 11101

Color Harmonies of #316265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316265

Black with #316265

Text Example


Text Example

White with #316265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316265; }

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

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

background-color css

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

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

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

border-color css

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

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

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