Html Css Color HEX #3B4E4D Blue Dianne

📋 copy color: '#3B4E4D'

red 59 ◦ green 78 ◦ blue 77

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

Shades of Blue Dianne #3B4E4D

Tints of Blue Dianne #3B4E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 27.57%
G = 36.45%
B = 35.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#3B4E4D (or 0x3B4E4D) is known color: Blue Dianne. HEX triplet: 3B, 4E and 4D. RGB value is (59,78,77). Sum of RGB (Red+Green+Blue) = 59+78+77=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4E4D is #C4B1B2. Grayscale: #484848. Windows color (decimal): -12890547 or 5066299. OLE color: 5066299.

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

Color convert

RGB 59 78 77 -
CMYK 0.24 0 0.01 0.69
HSL 176.84º 0.14% 0.27% -
HSV(B) 176.84º 0.24% 0.31% -
XYZ 5.87 6.91 8.05 -
YUV 72.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 59 78 77 0.24 0 0.01 0.69 176.84 0.14 0.27
Hex 3B 4E 4D 18 0 1 45 B1 E 1B
Octal 73 116 115 30 0 1 105 261 16 33
Binary 111011 1001110 1001101 11000 0 1 1000101 10110001 1110 11011

Color Harmonies of #3B4E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4E4D

Black with #3B4E4D

Text Example


Text Example

White with #3B4E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,78,77); }

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

background-color css

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

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

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

border-color css

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

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

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