Html Css Color HEX #3B8EAE Boston Blue

📋 copy color: '#3B8EAE'

red 59 ◦ green 142 ◦ blue 174

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

Shades of Boston Blue #3B8EAE

Tints of Boston Blue #3B8EAE

RGB

 RED value IS 59 (23.44% from 255) = 15.73%

 GREEN value IS 142 (55.86% from 255) = 37.87%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 15.73%
G = 37.87%
B = 46.4%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B8EAE (or 0x3B8EAE) is known color: Boston Blue. HEX triplet: 3B, 8E and AE. RGB value is (59,142,174). Sum of RGB (Red+Green+Blue) = 59+142+174=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B8EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8EAE is #C47151. Grayscale: #787878. Windows color (decimal): -12874066 or 11439675. OLE color: 11439675.

HSL color Cylindrical-coordinate representation of color #3B8EAE: hue angle of 196.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B8EAE is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 142 174 -
CMYK 0.66 0.18 0 0.32
HSL 196.7º 0.49% 0.46% -
HSV(B) 196.7º 0.66% 0.68% -
XYZ 19.12 23.33 43.54 -
YUV 120.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 59 142 174 0.66 0.18 0 0.32 196.7 0.49 0.46
Hex 3B 8E AE 42 12 0 20 C5 31 2E
Octal 73 216 256 102 22 0 40 305 61 56
Binary 111011 10001110 10101110 1000010 10010 0 100000 11000101 110001 101110

Color Harmonies of #3B8EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8EAE

Black with #3B8EAE

Text Example


Text Example

White with #3B8EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,142,174); }

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

background-color css

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

 a { background-color: rgb(59,142,174); }

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

border-color css

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

 span { border-color: rgb(59,142,174); }

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