Html Css Color HEX #31585E Oracle

📋 copy color: '#31585E'

red 49 ◦ green 88 ◦ blue 94

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

Shades of Oracle #31585E

Tints of Oracle #31585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 21.21%
G = 38.1%
B = 40.69%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31585E (or 0x31585E) is known color: Oracle. HEX triplet: 31, 58 and 5E. RGB value is (49,88,94). Sum of RGB (Red+Green+Blue) = 49+88+94=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #31585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31585E is #CEA7A1. Grayscale: #4C4C4C. Windows color (decimal): -13543330 or 6182961. OLE color: 6182961.

HSL color Cylindrical-coordinate representation of color #31585E: hue angle of 188º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31585E is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 88 94 -
CMYK 0.48 0.06 0 0.63
HSL 188º 0.31% 0.28% -
HSV(B) 188º 0.48% 0.37% -
XYZ 6.78 8.44 11.86 -
YUV 77.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 49 88 94 0.48 0.06 0 0.63 188 0.31 0.28
Hex 31 58 5E 30 6 0 3F BC 1F 1C
Octal 61 130 136 60 6 0 77 274 37 34
Binary 110001 1011000 1011110 110000 110 0 111111 10111100 11111 11100

Color Harmonies of #31585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31585E

Black with #31585E

Text Example


Text Example

White with #31585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31585E; }

 p { color: rgb(49,88,94); }

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

background-color css

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

 a { background-color: rgb(49,88,94); }

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

border-color css

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

 span { border-color: rgb(49,88,94); }

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