Html Css Color HEX #3A9BBC Boston Blue

📋 copy color: '#3A9BBC'

red 58 ◦ green 155 ◦ blue 188

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

Shades of Boston Blue #3A9BBC

Tints of Boston Blue #3A9BBC

RGB

 RED value IS 58 (23.05% from 255) = 14.46%

 GREEN value IS 155 (60.94% from 255) = 38.65%

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 14.46%
G = 38.65%
B = 46.88%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A9BBC (or 0x3A9BBC) is known color: Boston Blue. HEX triplet: 3A, 9B and BC. RGB value is (58,155,188). Sum of RGB (Red+Green+Blue) = 58+155+188=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A9BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9BBC is #C56443. Grayscale: #818181. Windows color (decimal): -12936260 or 12360506. OLE color: 12360506.

HSL color Cylindrical-coordinate representation of color #3A9BBC: hue angle of 195.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A9BBC is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 155 188 -
CMYK 0.69 0.18 0 0.26
HSL 195.23º 0.53% 0.48% -
HSV(B) 195.23º 0.69% 0.74% -
XYZ 22.54 27.97 51.79 -
YUV 129.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 58 155 188 0.69 0.18 0 0.26 195.23 0.53 0.48
Hex 3A 9B BC 45 12 0 1A C3 35 30
Octal 72 233 274 105 22 0 32 303 65 60
Binary 111010 10011011 10111100 1000101 10010 0 11010 11000011 110101 110000

Color Harmonies of #3A9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9BBC

Black with #3A9BBC

Text Example


Text Example

White with #3A9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,155,188); }

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

background-color css

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

 a { background-color: rgb(58,155,188); }

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

border-color css

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

 span { border-color: rgb(58,155,188); }

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