#338EAE

Color #338EAE Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #338EAE

Tints of Boston Blue #338EAE

Color information

#338EAE (or 0x338EAE) is unknown color: approx Boston Blue. HEX triplet: 33, 8E and AE. RGB value is (51,142,174). Sum of RGB (Red+Green+Blue) = 51+142+174=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #338EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338EAE is #CC7151. Grayscale: #767676. Windows color (decimal): -13398354 or 11439667. OLE color: 11439667.

HSL color Cylindrical-coordinate representation of color #338EAE: hue angle of 195.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #338EAE is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51142174-
CMYK0.710.1800.32
HSL195.61º54.67%44.12%-
HSV(B)195.61º70.69%68.24%-
XYZ18.6823.1143.52-
YUV118.44159.3579.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 142 (55.86% from 255) = 38.69%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=13.90%
G=38.69%
B=47.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511421740.710.1800.32195.6154.6744.12
Hex338EAE4712020c4372c
Octal63216256107220403046754
Binary1100111000111010101110100011110010010000011000100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338EAE; }

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

 H1.HeaderClassName
 {
   color: #338EAE;
 }
 .AnyTagClassName
 {
   color: #338EAE;
 }
</style>
background-color css

<style>
 a { background-color: #338EAE; }

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

 div.DivClassName
 {
   background-color: #338EAE;
 }
 .BgClassName
 {
   background-color: #338EAE;
 }
</style>
border-color css

<style>
 span { border-color: #338EAE; }

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

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