Html Css Color HEX #3B5955 Oracle

📋 copy color: '#3B5955'

red 59 ◦ green 89 ◦ blue 85

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

Shades of Oracle #3B5955

Tints of Oracle #3B5955

RGB

 RED value IS 59 (23.44% from 255) = 25.32%

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

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 25.32%
G = 38.2%
B = 36.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#3B5955 (or 0x3B5955) is known color: Oracle. HEX triplet: 3B, 59 and 55. RGB value is (59,89,85). Sum of RGB (Red+Green+Blue) = 59+89+85=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5955 is #C4A6AA. Grayscale: #4F4F4F. Windows color (decimal): -12887723 or 5593403. OLE color: 5593403.

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

Color convert

RGB 59 89 85 -
CMYK 0.34 0 0.04 0.65
HSL 172º 0.2% 0.29% -
HSV(B) 172º 0.34% 0.35% -
XYZ 7.02 8.73 9.91 -
YUV 79.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 59 89 85 0.34 0 0.04 0.65 172 0.2 0.29
Hex 3B 59 55 22 0 4 41 AC 14 1D
Octal 73 131 125 42 0 4 101 254 24 35
Binary 111011 1011001 1010101 100010 0 100 1000001 10101100 10100 11101

Color Harmonies of #3B5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5955

Black with #3B5955

Text Example


Text Example

White with #3B5955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,89,85); }

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

background-color css

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

 a { background-color: rgb(59,89,85); }

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

border-color css

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

 span { border-color: rgb(59,89,85); }

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