Html Css Color HEX #3D97BA Boston Blue

📋 copy color: '#3D97BA'

red 61 ◦ green 151 ◦ blue 186

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

Shades of Boston Blue #3D97BA

Tints of Boston Blue #3D97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.94%

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

R = 15.33%
G = 37.94%
B = 46.73%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D97BA (or 0x3D97BA) is known color: Boston Blue. HEX triplet: 3D, 97 and BA. RGB value is (61,151,186). Sum of RGB (Red+Green+Blue) = 61+151+186=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D97BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D97BA is #C26845. Grayscale: #7F7F7F. Windows color (decimal): -12740678 or 12228413. OLE color: 12228413.

HSL color Cylindrical-coordinate representation of color #3D97BA: hue angle of 196.8º 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 #3D97BA is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 151 186 -
CMYK 0.67 0.19 0 0.27
HSL 196.8º 0.51% 0.48% -
HSV(B) 196.8º 0.67% 0.73% -
XYZ 21.85 26.67 50.45 -
YUV 128.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 61 151 186 0.67 0.19 0 0.27 196.8 0.51 0.48
Hex 3D 97 BA 43 13 0 1B C5 33 30
Octal 75 227 272 103 23 0 33 305 63 60
Binary 111101 10010111 10111010 1000011 10011 0 11011 11000101 110011 110000

Color Harmonies of #3D97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D97BA

Black with #3D97BA

Text Example


Text Example

White with #3D97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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