Html Css Color HEX #3C96BD Boston Blue

📋 copy color: '#3C96BD'

red 60 ◦ green 150 ◦ blue 189

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

Shades of Boston Blue #3C96BD

Tints of Boston Blue #3C96BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 15.04%
G = 37.59%
B = 47.37%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C96BD (or 0x3C96BD) is known color: Boston Blue. HEX triplet: 3C, 96 and BD. RGB value is (60,150,189). Sum of RGB (Red+Green+Blue) = 60+150+189=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C96BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C96BD is #C36942. Grayscale: #7F7F7F. Windows color (decimal): -12806467 or 12424764. OLE color: 12424764.

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

Color convert

RGB 60 150 189 -
CMYK 0.68 0.21 0 0.26
HSL 198.14º 0.52% 0.49% -
HSV(B) 198.14º 0.68% 0.74% -
XYZ 21.96 26.45 52.09 -
YUV 127.54 162.68 79.83 -
System Red Green Blue C M Y K H S L
Decimal 60 150 189 0.68 0.21 0 0.26 198.14 0.52 0.49
Hex 3C 96 BD 44 15 0 1A C6 34 31
Octal 74 226 275 104 25 0 32 306 64 61
Binary 111100 10010110 10111101 1000100 10101 0 11010 11000110 110100 110001

Color Harmonies of #3C96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C96BD

Black with #3C96BD

Text Example


Text Example

White with #3C96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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