Html Css Color HEX #3995AD Boston Blue

📋 copy color: '#3995AD'

red 57 ◦ green 149 ◦ blue 173

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

Shades of Boston Blue #3995AD

Tints of Boston Blue #3995AD

RGB

 RED value IS 57 (22.66% from 255) = 15.04%

 GREEN value IS 149 (58.59% from 255) = 39.31%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 15.04%
G = 39.31%
B = 45.65%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3995AD (or 0x3995AD) is known color: Boston Blue. HEX triplet: 39, 95 and AD. RGB value is (57,149,173). Sum of RGB (Red+Green+Blue) = 57+149+173=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #3995AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3995AD is #C66A52. Grayscale: #7C7C7C. Windows color (decimal): -13003347 or 11375929. OLE color: 11375929.

HSL color Cylindrical-coordinate representation of color #3995AD: hue angle of 192.41º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3995AD is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 149 173 -
CMYK 0.67 0.14 0 0.32
HSL 192.41º 0.5% 0.45% -
HSV(B) 192.41º 0.67% 0.68% -
XYZ 19.98 25.38 43.38 -
YUV 124.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 57 149 173 0.67 0.14 0 0.32 192.41 0.5 0.45
Hex 39 95 AD 43 E 0 20 C0 32 2D
Octal 71 225 255 103 16 0 40 300 62 55
Binary 111001 10010101 10101101 1000011 1110 0 100000 11000000 110010 101101

Color Harmonies of #3995AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3995AD

Black with #3995AD

Text Example


Text Example

White with #3995AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3995AD; }

 p { color: rgb(57,149,173); }

 H1.HeaderClassName
 {
   color: #3995AD;
 }
 .AnyTagClassName
 {
   color: #3995AD;
 }
</style>

background-color css

<style>
 a { background-color: #3995AD; }

 a { background-color: rgb(57,149,173); }

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

border-color css

<style>
 span { border-color: #3995AD; }

 span { border-color: rgb(57,149,173); }

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