Html Css Color HEX #3A5957 Oracle

📋 copy color: '#3A5957'

red 58 ◦ green 89 ◦ blue 87

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

Shades of Oracle #3A5957

Tints of Oracle #3A5957

RGB

 RED value IS 58 (23.05% from 255) = 24.79%

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 24.79%
G = 38.03%
B = 37.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#3A5957 (or 0x3A5957) is known color: Oracle. HEX triplet: 3A, 59 and 57. RGB value is (58,89,87). Sum of RGB (Red+Green+Blue) = 58+89+87=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5957 is #C5A6A8. Grayscale: #4F4F4F. Windows color (decimal): -12953257 or 5724474. OLE color: 5724474.

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

Color convert

RGB 58 89 87 -
CMYK 0.35 0 0.02 0.65
HSL 176.13º 0.21% 0.29% -
HSV(B) 176.13º 0.35% 0.35% -
XYZ 7.04 8.73 10.33 -
YUV 79.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 58 89 87 0.35 0 0.02 0.65 176.13 0.21 0.29
Hex 3A 59 57 23 0 2 41 B0 15 1D
Octal 72 131 127 43 0 2 101 260 25 35
Binary 111010 1011001 1010111 100011 0 10 1000001 10110000 10101 11101

Color Harmonies of #3A5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5957

Black with #3A5957

Text Example


Text Example

White with #3A5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5957; }

 p { color: rgb(58,89,87); }

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

background-color css

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

 a { background-color: rgb(58,89,87); }

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

border-color css

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

 span { border-color: rgb(58,89,87); }

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