Html Css Color HEX #315A59 Oracle

📋 copy color: '#315A59'

red 49 ◦ green 90 ◦ blue 89

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

Shades of Oracle #315A59

Tints of Oracle #315A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 21.49%
G = 39.47%
B = 39.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#315A59 (or 0x315A59) is known color: Oracle. HEX triplet: 31, 5A and 59. RGB value is (49,90,89). Sum of RGB (Red+Green+Blue) = 49+90+89=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #315A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A59 is #CEA5A6. Grayscale: #4D4D4D. Windows color (decimal): -13542823 or 5855793. OLE color: 5855793.

HSL color Cylindrical-coordinate representation of color #315A59: hue angle of 178.54º 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 #315A59 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 90 89 -
CMYK 0.46 0 0.01 0.65
HSL 178.54º 0.29% 0.27% -
HSV(B) 178.54º 0.46% 0.35% -
XYZ 6.73 8.69 10.77 -
YUV 77.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 49 90 89 0.46 0 0.01 0.65 178.54 0.29 0.27
Hex 31 5A 59 2E 0 1 41 B3 1D 1B
Octal 61 132 131 56 0 1 101 263 35 33
Binary 110001 1011010 1011001 101110 0 1 1000001 10110011 11101 11011

Color Harmonies of #315A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A59

Black with #315A59

Text Example


Text Example

White with #315A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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