Html Css Color HEX #3C9BBE Boston Blue

📋 copy color: '#3C9BBE'

red 60 ◦ green 155 ◦ blue 190

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

Shades of Boston Blue #3C9BBE

Tints of Boston Blue #3C9BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.27%

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

R = 14.81%
G = 38.27%
B = 46.91%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C9BBE (or 0x3C9BBE) is known color: Boston Blue. HEX triplet: 3C, 9B and BE. RGB value is (60,155,190). Sum of RGB (Red+Green+Blue) = 60+155+190=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C9BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9BBE is #C36441. Grayscale: #828282. Windows color (decimal): -12805186 or 12491580. OLE color: 12491580.

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

Color convert

RGB 60 155 190 -
CMYK 0.68 0.18 0 0.25
HSL 196.15º 0.52% 0.49% -
HSV(B) 196.15º 0.68% 0.75% -
XYZ 22.88 28.12 52.94 -
YUV 130.59 161.53 77.65 -
System Red Green Blue C M Y K H S L
Decimal 60 155 190 0.68 0.18 0 0.25 196.15 0.52 0.49
Hex 3C 9B BE 44 12 0 19 C4 34 31
Octal 74 233 276 104 22 0 31 304 64 61
Binary 111100 10011011 10111110 1000100 10010 0 11001 11000100 110100 110001

Color Harmonies of #3C9BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9BBE

Black with #3C9BBE

Text Example


Text Example

White with #3C9BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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