Html Css Color HEX #3D86A3 Boston Blue

📋 copy color: '#3D86A3'

red 61 ◦ green 134 ◦ blue 163

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

Shades of Boston Blue #3D86A3

Tints of Boston Blue #3D86A3

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 163 (64.06% from 255) = 45.53%

R = 17.04%
G = 37.43%
B = 45.53%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3D86A3 (or 0x3D86A3) is known color: Boston Blue. HEX triplet: 3D, 86 and A3. RGB value is (61,134,163). Sum of RGB (Red+Green+Blue) = 61+134+163=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #3D86A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D86A3 is #C2795C. Grayscale: #737373. Windows color (decimal): -12745053 or 10716733. OLE color: 10716733.

HSL color Cylindrical-coordinate representation of color #3D86A3: hue angle of 197.06º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D86A3 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 61 134 163 -
CMYK 0.63 0.18 0 0.36
HSL 197.06º 0.46% 0.44% -
HSV(B) 197.06º 0.63% 0.64% -
XYZ 17.06 20.69 37.74 -
YUV 115.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 61 134 163 0.63 0.18 0 0.36 197.06 0.46 0.44
Hex 3D 86 A3 3F 12 0 24 C5 2E 2C
Octal 75 206 243 77 22 0 44 305 56 54
Binary 111101 10000110 10100011 111111 10010 0 100100 11000101 101110 101100

Color Harmonies of #3D86A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D86A3

Black with #3D86A3

Text Example


Text Example

White with #3D86A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,134,163); }

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

background-color css

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

 a { background-color: rgb(61,134,163); }

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

border-color css

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

 span { border-color: rgb(61,134,163); }

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