Html Css Color HEX #3B5450 Blue Dianne

📋 copy color: '#3B5450'

red 59 ◦ green 84 ◦ blue 80

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

Shades of Blue Dianne #3B5450

Tints of Blue Dianne #3B5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 26.46%
G = 37.67%
B = 35.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#3B5450 (or 0x3B5450) is known color: Blue Dianne. HEX triplet: 3B, 54 and 50. RGB value is (59,84,80). Sum of RGB (Red+Green+Blue) = 59+84+80=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5450 is #C4ABAF. Grayscale: #4C4C4C. Windows color (decimal): -12889008 or 5264443. OLE color: 5264443.

HSL color Cylindrical-coordinate representation of color #3B5450: hue angle of 170.4º 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 #3B5450 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 84 80 -
CMYK 0.30 0 0.05 0.67
HSL 170.4º 0.17% 0.28% -
HSV(B) 170.4º 0.3% 0.33% -
XYZ 6.42 7.85 8.77 -
YUV 76.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 59 84 80 0.30 0 0.05 0.67 170.4 0.17 0.28
Hex 3B 54 50 1E 0 5 43 AA 11 1C
Octal 73 124 120 36 0 5 103 252 21 34
Binary 111011 1010100 1010000 11110 0 101 1000011 10101010 10001 11100

Color Harmonies of #3B5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5450

Black with #3B5450

Text Example


Text Example

White with #3B5450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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