Html Css Color HEX #3C9DBC Boston Blue

📋 copy color: '#3C9DBC'

red 60 ◦ green 157 ◦ blue 188

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

Shades of Boston Blue #3C9DBC

Tints of Boston Blue #3C9DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.77%

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

R = 14.81%
G = 38.77%
B = 46.42%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C9DBC (or 0x3C9DBC) is known color: Boston Blue. HEX triplet: 3C, 9D and BC. RGB value is (60,157,188). Sum of RGB (Red+Green+Blue) = 60+157+188=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C9DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9DBC is #C36243. Grayscale: #838383. Windows color (decimal): -12804676 or 12361020. OLE color: 12361020.

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

Color convert

RGB 60 157 188 -
CMYK 0.68 0.16 0 0.26
HSL 194.53º 0.52% 0.49% -
HSV(B) 194.53º 0.68% 0.74% -
XYZ 23 28.71 51.91 -
YUV 131.53 159.86 76.98 -
System Red Green Blue C M Y K H S L
Decimal 60 157 188 0.68 0.16 0 0.26 194.53 0.52 0.49
Hex 3C 9D BC 44 10 0 1A C3 34 31
Octal 74 235 274 104 20 0 32 303 64 61
Binary 111100 10011101 10111100 1000100 10000 0 11010 11000011 110100 110001

Color Harmonies of #3C9DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9DBC

Black with #3C9DBC

Text Example


Text Example

White with #3C9DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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