Html Css Color HEX #316260 Oracle

📋 copy color: '#316260'

red 49 ◦ green 98 ◦ blue 96

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

Shades of Oracle #316260

Tints of Oracle #316260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 20.16%
G = 40.33%
B = 39.51%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#316260 (or 0x316260) is known color: Oracle. HEX triplet: 31, 62 and 60. RGB value is (49,98,96). Sum of RGB (Red+Green+Blue) = 49+98+96=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #316260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316260 is #CE9D9F. Grayscale: #535353. Windows color (decimal): -13540768 or 6316593. OLE color: 6316593.

HSL color Cylindrical-coordinate representation of color #316260: hue angle of 177.55º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316260 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 98 96 -
CMYK 0.5 0 0.02 0.62
HSL 177.55º 0.33% 0.29% -
HSV(B) 177.55º 0.5% 0.38% -
XYZ 7.75 10.23 12.63 -
YUV 83.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 49 98 96 0.5 0 0.02 0.62 177.55 0.33 0.29
Hex 31 62 60 32 0 2 3E B2 21 1D
Octal 61 142 140 62 0 2 76 262 41 35
Binary 110001 1100010 1100000 110010 0 10 111110 10110010 100001 11101

Color Harmonies of #316260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316260

Black with #316260

Text Example


Text Example

White with #316260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316260; }

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

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

background-color css

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

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

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

border-color css

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

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

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