Html Css Color HEX #3C9FBE Boston Blue

📋 copy color: '#3C9FBE'

red 60 ◦ green 159 ◦ blue 190

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

Shades of Boston Blue #3C9FBE

Tints of Boston Blue #3C9FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 14.67%
G = 38.88%
B = 46.45%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C9FBE (or 0x3C9FBE) is known color: Boston Blue. HEX triplet: 3C, 9F and BE. RGB value is (60,159,190). Sum of RGB (Red+Green+Blue) = 60+159+190=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C9FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9FBE is #C36041. Grayscale: #848484. Windows color (decimal): -12804162 or 12492604. OLE color: 12492604.

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

Color convert

RGB 60 159 190 -
CMYK 0.68 0.16 0 0.25
HSL 194.31º 0.52% 0.49% -
HSV(B) 194.31º 0.68% 0.75% -
XYZ 23.56 29.47 53.16 -
YUV 132.93 160.2 75.98 -
System Red Green Blue C M Y K H S L
Decimal 60 159 190 0.68 0.16 0 0.25 194.31 0.52 0.49
Hex 3C 9F BE 44 10 0 19 C2 34 31
Octal 74 237 276 104 20 0 31 302 64 61
Binary 111100 10011111 10111110 1000100 10000 0 11001 11000010 110100 110001

Color Harmonies of #3C9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9FBE

Black with #3C9FBE

Text Example


Text Example

White with #3C9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,159,190); }

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

background-color css

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

 a { background-color: rgb(60,159,190); }

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

border-color css

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

 span { border-color: rgb(60,159,190); }

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