Html Css Color HEX #3C96BC Boston Blue

📋 copy color: '#3C96BC'

red 60 ◦ green 150 ◦ blue 188

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

Shades of Boston Blue #3C96BC

Tints of Boston Blue #3C96BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.69%

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

R = 15.08%
G = 37.69%
B = 47.24%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C96BC (or 0x3C96BC) is known color: Boston Blue. HEX triplet: 3C, 96 and BC. RGB value is (60,150,188). Sum of RGB (Red+Green+Blue) = 60+150+188=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C96BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C96BC is #C36943. Grayscale: #7F7F7F. Windows color (decimal): -12806468 or 12359228. OLE color: 12359228.

HSL color Cylindrical-coordinate representation of color #3C96BC: hue angle of 197.81º degrees, saturation: 0.52, 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 #3C96BC is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 150 188 -
CMYK 0.68 0.20 0 0.26
HSL 197.81º 0.52% 0.49% -
HSV(B) 197.81º 0.68% 0.74% -
XYZ 21.85 26.4 51.52 -
YUV 127.42 162.18 79.91 -
System Red Green Blue C M Y K H S L
Decimal 60 150 188 0.68 0.20 0 0.26 197.81 0.52 0.49
Hex 3C 96 BC 44 14 0 1A C6 34 31
Octal 74 226 274 104 24 0 32 306 64 61
Binary 111100 10010110 10111100 1000100 10100 0 11010 11000110 110100 110001

Color Harmonies of #3C96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C96BC

Black with #3C96BC

Text Example


Text Example

White with #3C96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,150,188); }

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

background-color css

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

 a { background-color: rgb(60,150,188); }

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

border-color css

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

 span { border-color: rgb(60,150,188); }

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