Html Css Color HEX #3B93AD Boston Blue

📋 copy color: '#3B93AD'

red 59 ◦ green 147 ◦ blue 173

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

Shades of Boston Blue #3B93AD

Tints of Boston Blue #3B93AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 15.57%
G = 38.79%
B = 45.65%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B93AD (or 0x3B93AD) is known color: Boston Blue. HEX triplet: 3B, 93 and AD. RGB value is (59,147,173). Sum of RGB (Red+Green+Blue) = 59+147+173=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B93AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B93AD is #C46C52. Grayscale: #7B7B7B. Windows color (decimal): -12872787 or 11375419. OLE color: 11375419.

HSL color Cylindrical-coordinate representation of color #3B93AD: hue angle of 193.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B93AD is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 147 173 -
CMYK 0.66 0.15 0 0.32
HSL 193.68º 0.49% 0.45% -
HSV(B) 193.68º 0.66% 0.68% -
XYZ 19.78 24.81 43.28 -
YUV 123.65 155.85 81.89 -
System Red Green Blue C M Y K H S L
Decimal 59 147 173 0.66 0.15 0 0.32 193.68 0.49 0.45
Hex 3B 93 AD 42 F 0 20 C2 31 2D
Octal 73 223 255 102 17 0 40 302 61 55
Binary 111011 10010011 10101101 1000010 1111 0 100000 11000010 110001 101101

Color Harmonies of #3B93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B93AD

Black with #3B93AD

Text Example


Text Example

White with #3B93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,147,173); }

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

background-color css

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

 a { background-color: rgb(59,147,173); }

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

border-color css

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

 span { border-color: rgb(59,147,173); }

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