Html Css Color HEX #3C9CBC Boston Blue

📋 copy color: '#3C9CBC'

red 60 ◦ green 156 ◦ blue 188

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

Shades of Boston Blue #3C9CBC

Tints of Boston Blue #3C9CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

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

R = 14.85%
G = 38.61%
B = 46.53%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C9CBC (or 0x3C9CBC) is known color: Boston Blue. HEX triplet: 3C, 9C and BC. RGB value is (60,156,188). Sum of RGB (Red+Green+Blue) = 60+156+188=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C9CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9CBC is #C36343. Grayscale: #828282. Windows color (decimal): -12804932 or 12360764. OLE color: 12360764.

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

Color convert

RGB 60 156 188 -
CMYK 0.68 0.17 0 0.26
HSL 195º 0.52% 0.49% -
HSV(B) 195º 0.68% 0.74% -
XYZ 22.83 28.37 51.85 -
YUV 130.94 160.2 77.4 -
System Red Green Blue C M Y K H S L
Decimal 60 156 188 0.68 0.17 0 0.26 195 0.52 0.49
Hex 3C 9C BC 44 11 0 1A C3 34 31
Octal 74 234 274 104 21 0 32 303 64 61
Binary 111100 10011100 10111100 1000100 10001 0 11010 11000011 110100 110001

Color Harmonies of #3C9CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9CBC

Black with #3C9CBC

Text Example


Text Example

White with #3C9CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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