Html Css Color HEX #3B6676 Bismark

📋 copy color: '#3B6676'

red 59 ◦ green 102 ◦ blue 118

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

Shades of Bismark #3B6676

Tints of Bismark #3B6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 21.15%
G = 36.56%
B = 42.29%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3B6676 (or 0x3B6676) is known color: Bismark. HEX triplet: 3B, 66 and 76. RGB value is (59,102,118). Sum of RGB (Red+Green+Blue) = 59+102+118=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B6676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6676 is #C49989. Grayscale: #5A5A5A. Windows color (decimal): -12884362 or 7759419. OLE color: 7759419.

HSL color Cylindrical-coordinate representation of color #3B6676: hue angle of 196.27º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B6676 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 102 118 -
CMYK 0.50 0.14 0 0.54
HSL 196.27º 0.33% 0.35% -
HSV(B) 196.27º 0.5% 0.46% -
XYZ 9.83 11.74 18.89 -
YUV 90.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 59 102 118 0.50 0.14 0 0.54 196.27 0.33 0.35
Hex 3B 66 76 32 E 0 36 C4 21 23
Octal 73 146 166 62 16 0 66 304 41 43
Binary 111011 1100110 1110110 110010 1110 0 110110 11000100 100001 100011

Color Harmonies of #3B6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6676

Black with #3B6676

Text Example


Text Example

White with #3B6676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,102,118); }

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

background-color css

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

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

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

border-color css

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

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

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