Html Css Color HEX #3D98BC Boston Blue

📋 copy color: '#3D98BC'

red 61 ◦ green 152 ◦ blue 188

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

Shades of Boston Blue #3D98BC

Tints of Boston Blue #3D98BC

RGB

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

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

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

R = 15.21%
G = 37.91%
B = 46.88%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D98BC (or 0x3D98BC) is known color: Boston Blue. HEX triplet: 3D, 98 and BC. RGB value is (61,152,188). Sum of RGB (Red+Green+Blue) = 61+152+188=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 152 (59.77% from 255 or 37.91% 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 #3D98BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D98BC is #C26743. Grayscale: #808080. Windows color (decimal): -12740420 or 12359741. OLE color: 12359741.

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

Color convert

RGB 61 152 188 -
CMYK 0.68 0.19 0 0.26
HSL 197.01º 0.51% 0.49% -
HSV(B) 197.01º 0.68% 0.74% -
XYZ 22.23 27.08 51.63 -
YUV 128.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 61 152 188 0.68 0.19 0 0.26 197.01 0.51 0.49
Hex 3D 98 BC 44 13 0 1A C5 33 31
Octal 75 230 274 104 23 0 32 305 63 61
Binary 111101 10011000 10111100 1000100 10011 0 11010 11000101 110011 110001

Color Harmonies of #3D98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D98BC

Black with #3D98BC

Text Example


Text Example

White with #3D98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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