Html Css Color HEX #3C9DC0 Boston Blue

📋 copy color: '#3C9DC0'

red 60 ◦ green 157 ◦ blue 192

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

Shades of Boston Blue #3C9DC0

Tints of Boston Blue #3C9DC0

RGB

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

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

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

R = 14.67%
G = 38.39%
B = 46.94%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C9DC0 (or 0x3C9DC0) is known color: Boston Blue. HEX triplet: 3C, 9D and C0. RGB value is (60,157,192). Sum of RGB (Red+Green+Blue) = 60+157+192=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C9DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9DC0 is #C3623F. Grayscale: #838383. Windows color (decimal): -12804672 or 12623164. OLE color: 12623164.

HSL color Cylindrical-coordinate representation of color #3C9DC0: hue angle of 195.91º 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 #3C9DC0 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 157 192 -
CMYK 0.69 0.18 0 0.25
HSL 195.91º 0.52% 0.49% -
HSV(B) 195.91º 0.69% 0.75% -
XYZ 23.43 28.88 54.21 -
YUV 131.99 161.86 76.65 -
System Red Green Blue C M Y K H S L
Decimal 60 157 192 0.69 0.18 0 0.25 195.91 0.52 0.49
Hex 3C 9D C0 45 12 0 19 C4 34 31
Octal 74 235 300 105 22 0 31 304 64 61
Binary 111100 10011101 11000000 1000101 10010 0 11001 11000100 110100 110001

Color Harmonies of #3C9DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9DC0

Black with #3C9DC0

Text Example


Text Example

White with #3C9DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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