Html Css Color HEX #3C88AC Boston Blue

📋 copy color: '#3C88AC'

red 60 ◦ green 136 ◦ blue 172

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

Shades of Boston Blue #3C88AC

Tints of Boston Blue #3C88AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 16.3%
G = 36.96%
B = 46.74%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C88AC (or 0x3C88AC) is known color: Boston Blue. HEX triplet: 3C, 88 and AC. RGB value is (60,136,172). Sum of RGB (Red+Green+Blue) = 60+136+172=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C88AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C88AC is #C37753. Grayscale: #757575. Windows color (decimal): -12810068 or 11307068. OLE color: 11307068.

HSL color Cylindrical-coordinate representation of color #3C88AC: hue angle of 199.29º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C88AC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 136 172 -
CMYK 0.65 0.21 0 0.33
HSL 199.29º 0.48% 0.45% -
HSV(B) 199.29º 0.65% 0.67% -
XYZ 18.11 21.55 42.23 -
YUV 117.38 158.82 87.07 -
System Red Green Blue C M Y K H S L
Decimal 60 136 172 0.65 0.21 0 0.33 199.29 0.48 0.45
Hex 3C 88 AC 41 15 0 21 C7 30 2D
Octal 74 210 254 101 25 0 41 307 60 55
Binary 111100 10001000 10101100 1000001 10101 0 100001 11000111 110000 101101

Color Harmonies of #3C88AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C88AC

Black with #3C88AC

Text Example


Text Example

White with #3C88AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,136,172); }

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

background-color css

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

 a { background-color: rgb(60,136,172); }

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

border-color css

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

 span { border-color: rgb(60,136,172); }

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