Html Css Color HEX #3B98BD Boston Blue

📋 copy color: '#3B98BD'

red 59 ◦ green 152 ◦ blue 189

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

Shades of Boston Blue #3B98BD

Tints of Boston Blue #3B98BD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 14.75%
G = 38%
B = 47.25%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B98BD (or 0x3B98BD) is known color: Boston Blue. HEX triplet: 3B, 98 and BD. RGB value is (59,152,189). Sum of RGB (Red+Green+Blue) = 59+152+189=400 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B98BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B98BD is #C46742. Grayscale: #808080. Windows color (decimal): -12871491 or 12425275. OLE color: 12425275.

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

Color convert

RGB 59 152 189 -
CMYK 0.69 0.20 0 0.26
HSL 197.08º 0.52% 0.49% -
HSV(B) 197.08º 0.69% 0.74% -
XYZ 22.22 27.06 52.2 -
YUV 128.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 59 152 189 0.69 0.20 0 0.26 197.08 0.52 0.49
Hex 3B 98 BD 45 14 0 1A C5 34 31
Octal 73 230 275 105 24 0 32 305 64 61
Binary 111011 10011000 10111101 1000101 10100 0 11010 11000101 110100 110001

Color Harmonies of #3B98BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B98BD

Black with #3B98BD

Text Example


Text Example

White with #3B98BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,152,189); }

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

background-color css

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

 a { background-color: rgb(59,152,189); }

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

border-color css

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

 span { border-color: rgb(59,152,189); }

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