Html Css Color HEX #3C97BE Boston Blue

📋 copy color: '#3C97BE'

red 60 ◦ green 151 ◦ blue 190

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

Shades of Boston Blue #3C97BE

Tints of Boston Blue #3C97BE

RGB

 RED value IS 60 (23.83% from 255) = 14.96%

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 14.96%
G = 37.66%
B = 47.38%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C97BE (or 0x3C97BE) is known color: Boston Blue. HEX triplet: 3C, 97 and BE. RGB value is (60,151,190). Sum of RGB (Red+Green+Blue) = 60+151+190=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C97BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C97BE is #C36841. Grayscale: #7F7F7F. Windows color (decimal): -12806210 or 12490556. OLE color: 12490556.

HSL color Cylindrical-coordinate representation of color #3C97BE: hue angle of 198º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C97BE is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 151 190 -
CMYK 0.68 0.21 0 0.25
HSL 198º 0.52% 0.49% -
HSV(B) 198º 0.68% 0.75% -
XYZ 22.22 26.81 52.72 -
YUV 128.24 162.85 79.33 -
System Red Green Blue C M Y K H S L
Decimal 60 151 190 0.68 0.21 0 0.25 198 0.52 0.49
Hex 3C 97 BE 44 15 0 19 C6 34 31
Octal 74 227 276 104 25 0 31 306 64 61
Binary 111100 10010111 10111110 1000100 10101 0 11001 11000110 110100 110001

Color Harmonies of #3C97BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C97BE

Black with #3C97BE

Text Example


Text Example

White with #3C97BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,151,190); }

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

background-color css

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

 a { background-color: rgb(60,151,190); }

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

border-color css

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

 span { border-color: rgb(60,151,190); }

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