Html Css Color HEX #3B5856 Oracle

📋 copy color: '#3B5856'

red 59 ◦ green 88 ◦ blue 86

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

Shades of Oracle #3B5856

Tints of Oracle #3B5856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.91%

R = 25.32%
G = 37.77%
B = 36.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#3B5856 (or 0x3B5856) is known color: Oracle. HEX triplet: 3B, 58 and 56. RGB value is (59,88,86). Sum of RGB (Red+Green+Blue) = 59+88+86=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5856 is #C4A7A9. Grayscale: #4F4F4F. Windows color (decimal): -12887978 or 5658683. OLE color: 5658683.

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

Color convert

RGB 59 88 86 -
CMYK 0.33 0 0.02 0.65
HSL 175.86º 0.2% 0.29% -
HSV(B) 175.86º 0.33% 0.35% -
XYZ 6.97 8.58 10.09 -
YUV 79.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 59 88 86 0.33 0 0.02 0.65 175.86 0.2 0.29
Hex 3B 58 56 21 0 2 41 B0 14 1D
Octal 73 130 126 41 0 2 101 260 24 35
Binary 111011 1011000 1010110 100001 0 10 1000001 10110000 10100 11101

Color Harmonies of #3B5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5856

Black with #3B5856

Text Example


Text Example

White with #3B5856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,88,86); }

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

background-color css

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

 a { background-color: rgb(59,88,86); }

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

border-color css

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

 span { border-color: rgb(59,88,86); }

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