Html Css Color HEX #3A585B Oracle

📋 copy color: '#3A585B'

red 58 ◦ green 88 ◦ blue 91

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

Shades of Oracle #3A585B

Tints of Oracle #3A585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 24.47%
G = 37.13%
B = 38.4%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A585B (or 0x3A585B) is known color: Oracle. HEX triplet: 3A, 58 and 5B. RGB value is (58,88,91). Sum of RGB (Red+Green+Blue) = 58+88+91=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A585B is #C5A7A4. Grayscale: #4F4F4F. Windows color (decimal): -12953509 or 5986362. OLE color: 5986362.

HSL color Cylindrical-coordinate representation of color #3A585B: hue angle of 185.45º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A585B is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 88 91 -
CMYK 0.36 0.03 0 0.64
HSL 185.45º 0.22% 0.29% -
HSV(B) 185.45º 0.36% 0.36% -
XYZ 7.12 8.63 11.19 -
YUV 79.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 58 88 91 0.36 0.03 0 0.64 185.45 0.22 0.29
Hex 3A 58 5B 24 3 0 40 B9 16 1D
Octal 72 130 133 44 3 0 100 271 26 35
Binary 111010 1011000 1011011 100100 11 0 1000000 10111001 10110 11101

Color Harmonies of #3A585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A585B

Black with #3A585B

Text Example


Text Example

White with #3A585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,91); }

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

background-color css

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

 a { background-color: rgb(58,88,91); }

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

border-color css

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

 span { border-color: rgb(58,88,91); }

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