Html Css Color HEX #3D85A4 Boston Blue

📋 copy color: '#3D85A4'

red 61 ◦ green 133 ◦ blue 164

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

Shades of Boston Blue #3D85A4

Tints of Boston Blue #3D85A4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 164 (64.45% from 255) = 45.81%

R = 17.04%
G = 37.15%
B = 45.81%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3D85A4 (or 0x3D85A4) is known color: Boston Blue. HEX triplet: 3D, 85 and A4. RGB value is (61,133,164). Sum of RGB (Red+Green+Blue) = 61+133+164=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D85A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D85A4 is #C27A5B. Grayscale: #727272. Windows color (decimal): -12745308 or 10782013. OLE color: 10782013.

HSL color Cylindrical-coordinate representation of color #3D85A4: hue angle of 198.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 #3D85A4 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 61 133 164 -
CMYK 0.63 0.19 0 0.36
HSL 198.06º 0.46% 0.44% -
HSV(B) 198.06º 0.63% 0.64% -
XYZ 17.01 20.45 38.17 -
YUV 115.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 61 133 164 0.63 0.19 0 0.36 198.06 0.46 0.44
Hex 3D 85 A4 3F 13 0 24 C6 2E 2C
Octal 75 205 244 77 23 0 44 306 56 54
Binary 111101 10000101 10100100 111111 10011 0 100100 11000110 101110 101100

Color Harmonies of #3D85A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D85A4

Black with #3D85A4

Text Example


Text Example

White with #3D85A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,133,164); }

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

background-color css

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

 a { background-color: rgb(61,133,164); }

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

border-color css

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

 span { border-color: rgb(61,133,164); }

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