Html Css Color HEX #315A60 Oracle

📋 copy color: '#315A60'

red 49 ◦ green 90 ◦ blue 96

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

Shades of Oracle #315A60

Tints of Oracle #315A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.85%

R = 20.85%
G = 38.3%
B = 40.85%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315A60 (or 0x315A60) is known color: Oracle. HEX triplet: 31, 5A and 60. RGB value is (49,90,96). Sum of RGB (Red+Green+Blue) = 49+90+96=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #315A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A60 is #CEA59F. Grayscale: #4E4E4E. Windows color (decimal): -13542816 or 6314545. OLE color: 6314545.

HSL color Cylindrical-coordinate representation of color #315A60: hue angle of 187.66º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315A60 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 90 96 -
CMYK 0.49 0.06 0 0.62
HSL 187.66º 0.32% 0.28% -
HSV(B) 187.66º 0.49% 0.38% -
XYZ 7.03 8.81 12.4 -
YUV 78.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 49 90 96 0.49 0.06 0 0.62 187.66 0.32 0.28
Hex 31 5A 60 31 6 0 3E BC 20 1C
Octal 61 132 140 61 6 0 76 274 40 34
Binary 110001 1011010 1100000 110001 110 0 111110 10111100 100000 11100

Color Harmonies of #315A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A60

Black with #315A60

Text Example


Text Example

White with #315A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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