Html Css Color HEX #3DA0BC Boston Blue

📋 copy color: '#3DA0BC'

red 61 ◦ green 160 ◦ blue 188

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

Shades of Boston Blue #3DA0BC

Tints of Boston Blue #3DA0BC

RGB

 RED value IS 61 (24.22% from 255) = 14.91%

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 14.91%
G = 39.12%
B = 45.97%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3DA0BC (or 0x3DA0BC) is known color: Boston Blue. HEX triplet: 3D, A0 and BC. RGB value is (61,160,188). Sum of RGB (Red+Green+Blue) = 61+160+188=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #3DA0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA0BC is #C25F43. Grayscale: #858585. Windows color (decimal): -12738372 or 12361789. OLE color: 12361789.

HSL color Cylindrical-coordinate representation of color #3DA0BC: hue angle of 193.23º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DA0BC is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 160 188 -
CMYK 0.68 0.15 0 0.26
HSL 193.23º 0.51% 0.49% -
HSV(B) 193.23º 0.68% 0.74% -
XYZ 23.57 29.76 52.08 -
YUV 133.59 158.7 76.22 -
System Red Green Blue C M Y K H S L
Decimal 61 160 188 0.68 0.15 0 0.26 193.23 0.51 0.49
Hex 3D A0 BC 44 F 0 1A C1 33 31
Octal 75 240 274 104 17 0 32 301 63 61
Binary 111101 10100000 10111100 1000100 1111 0 11010 11000001 110011 110001

Color Harmonies of #3DA0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA0BC

Black with #3DA0BC

Text Example


Text Example

White with #3DA0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,160,188); }

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

background-color css

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

 a { background-color: rgb(61,160,188); }

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

border-color css

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

 span { border-color: rgb(61,160,188); }

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