Html Css Color HEX #3D98BA Boston Blue

📋 copy color: '#3D98BA'

red 61 ◦ green 152 ◦ blue 186

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

Shades of Boston Blue #3D98BA

Tints of Boston Blue #3D98BA

RGB

 RED value IS 61 (24.22% from 255) = 15.29%

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 15.29%
G = 38.1%
B = 46.62%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D98BA (or 0x3D98BA) is known color: Boston Blue. HEX triplet: 3D, 98 and BA. RGB value is (61,152,186). Sum of RGB (Red+Green+Blue) = 61+152+186=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D98BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D98BA is #C26745. Grayscale: #808080. Windows color (decimal): -12740422 or 12228669. OLE color: 12228669.

HSL color Cylindrical-coordinate representation of color #3D98BA: hue angle of 196.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D98BA is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 152 186 -
CMYK 0.67 0.18 0 0.27
HSL 196.32º 0.51% 0.48% -
HSV(B) 196.32º 0.67% 0.73% -
XYZ 22.02 26.99 50.5 -
YUV 128.67 160.35 79.74 -
System Red Green Blue C M Y K H S L
Decimal 61 152 186 0.67 0.18 0 0.27 196.32 0.51 0.48
Hex 3D 98 BA 43 12 0 1B C4 33 30
Octal 75 230 272 103 22 0 33 304 63 60
Binary 111101 10011000 10111010 1000011 10010 0 11011 11000100 110011 110000

Color Harmonies of #3D98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D98BA

Black with #3D98BA

Text Example


Text Example

White with #3D98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,152,186); }

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

background-color css

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

 a { background-color: rgb(61,152,186); }

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

border-color css

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

 span { border-color: rgb(61,152,186); }

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