Html Css Color HEX #31595B Oracle

📋 copy color: '#31595B'

red 49 ◦ green 89 ◦ blue 91

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

Shades of Oracle #31595B

Tints of Oracle #31595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 21.4%
G = 38.86%
B = 39.74%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31595B (or 0x31595B) is known color: Oracle. HEX triplet: 31, 59 and 5B. RGB value is (49,89,91). Sum of RGB (Red+Green+Blue) = 49+89+91=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #31595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31595B is #CEA6A4. Grayscale: #4D4D4D. Windows color (decimal): -13543077 or 5986609. OLE color: 5986609.

HSL color Cylindrical-coordinate representation of color #31595B: hue angle of 182.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31595B is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 89 91 -
CMYK 0.46 0.02 0 0.64
HSL 182.86º 0.3% 0.27% -
HSV(B) 182.86º 0.46% 0.36% -
XYZ 6.73 8.55 11.19 -
YUV 77.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 49 89 91 0.46 0.02 0 0.64 182.86 0.3 0.27
Hex 31 59 5B 2E 2 0 40 B7 1E 1B
Octal 61 131 133 56 2 0 100 267 36 33
Binary 110001 1011001 1011011 101110 10 0 1000000 10110111 11110 11011

Color Harmonies of #31595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31595B

Black with #31595B

Text Example


Text Example

White with #31595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31595B; }

 p { color: rgb(49,89,91); }

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

background-color css

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

 a { background-color: rgb(49,89,91); }

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

border-color css

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

 span { border-color: rgb(49,89,91); }

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