Html Css Color HEX #3B5050 Oracle

📋 copy color: '#3B5050'

red 59 ◦ green 80 ◦ blue 80

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

Shades of Oracle #3B5050

Tints of Oracle #3B5050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 26.94%
G = 36.53%
B = 36.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B5050 (or 0x3B5050) is known color: Oracle. HEX triplet: 3B, 50 and 50. RGB value is (59,80,80). Sum of RGB (Red+Green+Blue) = 59+80+80=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #3B5050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5050 is #C4AFAF. Grayscale: #494949. Windows color (decimal): -12890032 or 5263419. OLE color: 5263419.

HSL color Cylindrical-coordinate representation of color #3B5050: hue angle of 180º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B5050 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 80 80 -
CMYK 0.26 0 0 0.69
HSL 180º 0.15% 0.27% -
HSV(B) 180º 0.26% 0.31% -
XYZ 6.12 7.25 8.67 -
YUV 73.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 59 80 80 0.26 0 0 0.69 180 0.15 0.27
Hex 3B 50 50 1A 0 0 45 B4 F 1B
Octal 73 120 120 32 0 0 105 264 17 33
Binary 111011 1010000 1010000 11010 0 0 1000101 10110100 1111 11011

Color Harmonies of #3B5050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5050

Black with #3B5050

Text Example


Text Example

White with #3B5050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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