Html Css Color HEX #3CA0AF Boston Blue

📋 copy color: '#3CA0AF'

red 60 ◦ green 160 ◦ blue 175

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

Shades of Boston Blue #3CA0AF

Tints of Boston Blue #3CA0AF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 15.19%
G = 40.51%
B = 44.3%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3CA0AF (or 0x3CA0AF) is known color: Boston Blue. HEX triplet: 3C, A0 and AF. RGB value is (60,160,175). Sum of RGB (Red+Green+Blue) = 60+160+175=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #3CA0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA0AF is #C35F50. Grayscale: #838383. Windows color (decimal): -12803921 or 11509820. OLE color: 11509820.

HSL color Cylindrical-coordinate representation of color #3CA0AF: hue angle of 187.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CA0AF is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 160 175 -
CMYK 0.66 0.09 0 0.31
HSL 187.83º 0.49% 0.46% -
HSV(B) 187.83º 0.66% 0.69% -
XYZ 22.17 29.2 45.02 -
YUV 131.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 60 160 175 0.66 0.09 0 0.31 187.83 0.49 0.46
Hex 3C A0 AF 42 9 0 1F BC 31 2E
Octal 74 240 257 102 11 0 37 274 61 56
Binary 111100 10100000 10101111 1000010 1001 0 11111 10111100 110001 101110

Color Harmonies of #3CA0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA0AF

Black with #3CA0AF

Text Example


Text Example

White with #3CA0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,160,175); }

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

background-color css

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

 a { background-color: rgb(60,160,175); }

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

border-color css

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

 span { border-color: rgb(60,160,175); }

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