Html Css Color HEX #3C97BB Boston Blue

📋 copy color: '#3C97BB'

red 60 ◦ green 151 ◦ blue 187

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

Shades of Boston Blue #3C97BB

Tints of Boston Blue #3C97BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 15.08%
G = 37.94%
B = 46.98%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C97BB (or 0x3C97BB) is known color: Boston Blue. HEX triplet: 3C, 97 and BB. RGB value is (60,151,187). Sum of RGB (Red+Green+Blue) = 60+151+187=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C97BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C97BB is #C36844. Grayscale: #7F7F7F. Windows color (decimal): -12806213 or 12293948. OLE color: 12293948.

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

Color convert

RGB 60 151 187 -
CMYK 0.68 0.19 0 0.27
HSL 197.01º 0.51% 0.48% -
HSV(B) 197.01º 0.68% 0.73% -
XYZ 21.9 26.68 51.01 -
YUV 127.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 60 151 187 0.68 0.19 0 0.27 197.01 0.51 0.48
Hex 3C 97 BB 44 13 0 1B C5 33 30
Octal 74 227 273 104 23 0 33 305 63 60
Binary 111100 10010111 10111011 1000100 10011 0 11011 11000101 110011 110000

Color Harmonies of #3C97BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C97BB

Black with #3C97BB

Text Example


Text Example

White with #3C97BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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