Html Css Color HEX #315A58 Oracle

📋 copy color: '#315A58'

red 49 ◦ green 90 ◦ blue 88

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

Shades of Oracle #315A58

Tints of Oracle #315A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

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

R = 21.59%
G = 39.65%
B = 38.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#315A58 (or 0x315A58) is known color: Oracle. HEX triplet: 31, 5A and 58. RGB value is (49,90,88). Sum of RGB (Red+Green+Blue) = 49+90+88=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #315A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A58 is #CEA5A7. Grayscale: #4D4D4D. Windows color (decimal): -13542824 or 5790257. OLE color: 5790257.

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

Color convert

RGB 49 90 88 -
CMYK 0.46 0 0.02 0.65
HSL 177.07º 0.29% 0.27% -
HSV(B) 177.07º 0.46% 0.35% -
XYZ 6.68 8.67 10.55 -
YUV 77.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 49 90 88 0.46 0 0.02 0.65 177.07 0.29 0.27
Hex 31 5A 58 2E 0 2 41 B1 1D 1B
Octal 61 132 130 56 0 2 101 261 35 33
Binary 110001 1011010 1011000 101110 0 10 1000001 10110001 11101 11011

Color Harmonies of #315A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A58

Black with #315A58

Text Example


Text Example

White with #315A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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