Html Css Color HEX #3B5251 Oracle

📋 copy color: '#3B5251'

red 59 ◦ green 82 ◦ blue 81

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

Shades of Oracle #3B5251

Tints of Oracle #3B5251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 26.58%
G = 36.94%
B = 36.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#3B5251 (or 0x3B5251) is known color: Oracle. HEX triplet: 3B, 52 and 51. RGB value is (59,82,81). Sum of RGB (Red+Green+Blue) = 59+82+81=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5251 is #C4ADAE. Grayscale: #4A4A4A. Windows color (decimal): -12889519 or 5329467. OLE color: 5329467.

HSL color Cylindrical-coordinate representation of color #3B5251: hue angle of 177.39º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B5251 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 82 81 -
CMYK 0.28 0 0.01 0.68
HSL 177.39º 0.16% 0.28% -
HSV(B) 177.39º 0.28% 0.32% -
XYZ 6.31 7.56 8.91 -
YUV 75.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 59 82 81 0.28 0 0.01 0.68 177.39 0.16 0.28
Hex 3B 52 51 1C 0 1 44 B1 10 1C
Octal 73 122 121 34 0 1 104 261 20 34
Binary 111011 1010010 1010001 11100 0 1 1000100 10110001 10000 11100

Color Harmonies of #3B5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5251

Black with #3B5251

Text Example


Text Example

White with #3B5251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,81); }

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

background-color css

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

 a { background-color: rgb(59,82,81); }

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

border-color css

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

 span { border-color: rgb(59,82,81); }

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