Html Css Color HEX #3B6677 Bismark

📋 copy color: '#3B6677'

red 59 ◦ green 102 ◦ blue 119

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

Shades of Bismark #3B6677

Tints of Bismark #3B6677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.5%

R = 21.07%
G = 36.43%
B = 42.5%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B6677 (or 0x3B6677) is known color: Bismark. HEX triplet: 3B, 66 and 77. RGB value is (59,102,119). Sum of RGB (Red+Green+Blue) = 59+102+119=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B6677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6677 is #C49988. Grayscale: #5A5A5A. Windows color (decimal): -12884361 or 7824955. OLE color: 7824955.

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

Color convert

RGB 59 102 119 -
CMYK 0.50 0.14 0 0.53
HSL 197º 0.34% 0.35% -
HSV(B) 197º 0.5% 0.47% -
XYZ 9.88 11.76 19.2 -
YUV 91.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 59 102 119 0.50 0.14 0 0.53 197 0.34 0.35
Hex 3B 66 77 32 E 0 35 C5 22 23
Octal 73 146 167 62 16 0 65 305 42 43
Binary 111011 1100110 1110111 110010 1110 0 110101 11000101 100010 100011

Color Harmonies of #3B6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6677

Black with #3B6677

Text Example


Text Example

White with #3B6677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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