Html Css Color HEX #3A5759 Oracle

📋 copy color: '#3A5759'

red 58 ◦ green 87 ◦ blue 89

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

Shades of Oracle #3A5759

Tints of Oracle #3A5759

RGB

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

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

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

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

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3A5759: hue angle of 183.87º 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 #3A5759 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 87 89 -
CMYK 0.35 0.02 0 0.65
HSL 183.87º 0.21% 0.29% -
HSV(B) 183.87º 0.35% 0.35% -
XYZ 6.96 8.44 10.71 -
YUV 78.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 58 87 89 0.35 0.02 0 0.65 183.87 0.21 0.29
Hex 3A 57 59 23 2 0 41 B8 15 1D
Octal 72 127 131 43 2 0 101 270 25 35
Binary 111010 1010111 1011001 100011 10 0 1000001 10111000 10101 11101

Color Harmonies of #3A5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5759

Black with #3A5759

Text Example


Text Example

White with #3A5759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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