Html Css Color HEX #315858 Oracle

📋 copy color: '#315858'

red 49 ◦ green 88 ◦ blue 88

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

Shades of Oracle #315858

Tints of Oracle #315858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 21.78%
G = 39.11%
B = 39.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#315858 (or 0x315858) is known color: Oracle. HEX triplet: 31, 58 and 58. RGB value is (49,88,88). Sum of RGB (Red+Green+Blue) = 49+88+88=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #315858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315858 is #CEA7A7. Grayscale: #4C4C4C. Windows color (decimal): -13543336 or 5789745. OLE color: 5789745.

HSL color Cylindrical-coordinate representation of color #315858: hue angle of 180º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315858 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 88 -
CMYK 0.44 0 0 0.65
HSL 180º 0.28% 0.27% -
HSV(B) 180º 0.44% 0.35% -
XYZ 6.52 8.34 10.5 -
YUV 76.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 49 88 88 0.44 0 0 0.65 180 0.28 0.27
Hex 31 58 58 2C 0 0 41 B4 1C 1B
Octal 61 130 130 54 0 0 101 264 34 33
Binary 110001 1011000 1011000 101100 0 0 1000001 10110100 11100 11011

Color Harmonies of #315858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315858

Black with #315858

Text Example


Text Example

White with #315858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315858; }

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

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

background-color css

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

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

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

border-color css

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

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

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