Html Css Color HEX #3C9CBE Boston Blue

📋 copy color: '#3C9CBE'

red 60 ◦ green 156 ◦ blue 190

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

Shades of Boston Blue #3C9CBE

Tints of Boston Blue #3C9CBE

RGB

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

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

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

R = 14.78%
G = 38.42%
B = 46.8%

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

#3C9CBE (or 0x3C9CBE) is known color: Boston Blue. HEX triplet: 3C, 9C and BE. RGB value is (60,156,190). Sum of RGB (Red+Green+Blue) = 60+156+190=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C9CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9CBE is #C36341. Grayscale: #828282. Windows color (decimal): -12804930 or 12491836. OLE color: 12491836.

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

Color convert

RGB 60 156 190 -
CMYK 0.68 0.18 0 0.25
HSL 195.69º 0.52% 0.49% -
HSV(B) 195.69º 0.68% 0.75% -
XYZ 23.05 28.46 52.99 -
YUV 131.17 161.2 77.24 -
System Red Green Blue C M Y K H S L
Decimal 60 156 190 0.68 0.18 0 0.25 195.69 0.52 0.49
Hex 3C 9C BE 44 12 0 19 C4 34 31
Octal 74 234 276 104 22 0 31 304 64 61
Binary 111100 10011100 10111110 1000100 10010 0 11001 11000100 110100 110001

Color Harmonies of #3C9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9CBE

Black with #3C9CBE

Text Example


Text Example

White with #3C9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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