Html Css Color HEX #3990AF Boston Blue

📋 copy color: '#3990AF'

red 57 ◦ green 144 ◦ blue 175

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

Shades of Boston Blue #3990AF

Tints of Boston Blue #3990AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 15.16%
G = 38.3%
B = 46.54%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3990AF (or 0x3990AF) is known color: Boston Blue. HEX triplet: 39, 90 and AF. RGB value is (57,144,175). Sum of RGB (Red+Green+Blue) = 57+144+175=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #3990AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3990AF is #C66F50. Grayscale: #797979. Windows color (decimal): -13004625 or 11505721. OLE color: 11505721.

HSL color Cylindrical-coordinate representation of color #3990AF: hue angle of 195.76º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3990AF is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 144 175 -
CMYK 0.67 0.18 0 0.31
HSL 195.76º 0.51% 0.45% -
HSV(B) 195.76º 0.67% 0.69% -
XYZ 19.4 23.91 44.15 -
YUV 121.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 57 144 175 0.67 0.18 0 0.31 195.76 0.51 0.45
Hex 39 90 AF 43 12 0 1F C4 33 2D
Octal 71 220 257 103 22 0 37 304 63 55
Binary 111001 10010000 10101111 1000011 10010 0 11111 11000100 110011 101101

Color Harmonies of #3990AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3990AF

Black with #3990AF

Text Example


Text Example

White with #3990AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3990AF; }

 p { color: rgb(57,144,175); }

 H1.HeaderClassName
 {
   color: #3990AF;
 }
 .AnyTagClassName
 {
   color: #3990AF;
 }
</style>

background-color css

<style>
 a { background-color: #3990AF; }

 a { background-color: rgb(57,144,175); }

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

border-color css

<style>
 span { border-color: #3990AF; }

 span { border-color: rgb(57,144,175); }

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