Html Css Color HEX #3B5254 Oracle

📋 copy color: '#3B5254'

red 59 ◦ green 82 ◦ blue 84

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

Shades of Oracle #3B5254

Tints of Oracle #3B5254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 26.22%
G = 36.44%
B = 37.33%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B5254 (or 0x3B5254) is known color: Oracle. HEX triplet: 3B, 52 and 54. RGB value is (59,82,84). Sum of RGB (Red+Green+Blue) = 59+82+84=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B5254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5254 is #C4ADAB. Grayscale: #4B4B4B. Windows color (decimal): -12889516 or 5526075. OLE color: 5526075.

HSL color Cylindrical-coordinate representation of color #3B5254: hue angle of 184.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B5254 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 82 84 -
CMYK 0.30 0.02 0 0.67
HSL 184.8º 0.17% 0.28% -
HSV(B) 184.8º 0.3% 0.33% -
XYZ 6.42 7.6 9.52 -
YUV 75.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 59 82 84 0.30 0.02 0 0.67 184.8 0.17 0.28
Hex 3B 52 54 1E 2 0 43 B9 11 1C
Octal 73 122 124 36 2 0 103 271 21 34
Binary 111011 1010010 1010100 11110 10 0 1000011 10111001 10001 11100

Color Harmonies of #3B5254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5254

Black with #3B5254

Text Example


Text Example

White with #3B5254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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