Html Css Color HEX #3D90AA Boston Blue

📋 copy color: '#3D90AA'

red 61 ◦ green 144 ◦ blue 170

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

Shades of Boston Blue #3D90AA

Tints of Boston Blue #3D90AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 16.27%
G = 38.4%
B = 45.33%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D90AA (or 0x3D90AA) is known color: Boston Blue. HEX triplet: 3D, 90 and AA. RGB value is (61,144,170). Sum of RGB (Red+Green+Blue) = 61+144+170=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D90AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D90AA is #C26F55. Grayscale: #797979. Windows color (decimal): -12742486 or 11178045. OLE color: 11178045.

HSL color Cylindrical-coordinate representation of color #3D90AA: hue angle of 194.31º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D90AA is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 144 170 -
CMYK 0.64 0.15 0 0.33
HSL 194.31º 0.47% 0.45% -
HSV(B) 194.31º 0.64% 0.67% -
XYZ 19.15 23.84 41.62 -
YUV 122.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 61 144 170 0.64 0.15 0 0.33 194.31 0.47 0.45
Hex 3D 90 AA 40 F 0 21 C2 2F 2D
Octal 75 220 252 100 17 0 41 302 57 55
Binary 111101 10010000 10101010 1000000 1111 0 100001 11000010 101111 101101

Color Harmonies of #3D90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D90AA

Black with #3D90AA

Text Example


Text Example

White with #3D90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,144,170); }

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

background-color css

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

 a { background-color: rgb(61,144,170); }

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

border-color css

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

 span { border-color: rgb(61,144,170); }

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