Html Css Color HEX #3C9CC0 Boston Blue

📋 copy color: '#3C9CC0'

red 60 ◦ green 156 ◦ blue 192

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

Shades of Boston Blue #3C9CC0

Tints of Boston Blue #3C9CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.06%

R = 14.71%
G = 38.24%
B = 47.06%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C9CC0 (or 0x3C9CC0) is known color: Boston Blue. HEX triplet: 3C, 9C and C0. RGB value is (60,156,192). Sum of RGB (Red+Green+Blue) = 60+156+192=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C9CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9CC0 is #C3633F. Grayscale: #838383. Windows color (decimal): -12804928 or 12622908. OLE color: 12622908.

HSL color Cylindrical-coordinate representation of color #3C9CC0: hue angle of 196.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C9CC0 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 156 192 -
CMYK 0.69 0.19 0 0.25
HSL 196.36º 0.52% 0.49% -
HSV(B) 196.36º 0.69% 0.75% -
XYZ 23.27 28.54 54.15 -
YUV 131.4 162.2 77.07 -
System Red Green Blue C M Y K H S L
Decimal 60 156 192 0.69 0.19 0 0.25 196.36 0.52 0.49
Hex 3C 9C C0 45 13 0 19 C4 34 31
Octal 74 234 300 105 23 0 31 304 64 61
Binary 111100 10011100 11000000 1000101 10011 0 11001 11000100 110100 110001

Color Harmonies of #3C9CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9CC0

Black with #3C9CC0

Text Example


Text Example

White with #3C9CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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