#338DAE

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

Shades of Boston Blue #338DAE

Tints of Boston Blue #338DAE

Color information

#338DAE (or 0x338DAE) is unknown color: approx Boston Blue. HEX triplet: 33, 8D and AE. RGB value is (51,141,174). Sum of RGB (Red+Green+Blue) = 51+141+174=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #338DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DAE is #CC7251. Grayscale: #757575. Windows color (decimal): -13398610 or 11439411. OLE color: 11439411.

HSL color Cylindrical-coordinate representation of color #338DAE: hue angle of 196.1º 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 #338DAE is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51141174-
CMYK0.710.1900.32
HSL196.1º54.67%44.12%-
HSV(B)196.1º70.69%68.24%-
XYZ18.5322.8143.47-
YUV117.85159.6880.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=13.93%
G=38.52%
B=47.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511411740.710.1900.32196.154.6744.12
Hex338DAE4713020c4372c
Octal63215256107230403046754
Binary1100111000110110101110100011110011010000011000100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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