#338DB1

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

Shades of Boston Blue #338DB1

Tints of Boston Blue #338DB1

Color information

#338DB1 (or 0x338DB1) is unknown color: approx Boston Blue. HEX triplet: 33, 8D and B1. RGB value is (51,141,177). Sum of RGB (Red+Green+Blue) = 51+141+177=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #338DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DB1 is #CC724E. Grayscale: #757575. Windows color (decimal): -13398607 or 11636019. OLE color: 11636019.

HSL color Cylindrical-coordinate representation of color #338DB1: hue angle of 197.14º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #338DB1 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51141177-
CMYK0.710.2000.31
HSL197.14º55.26%44.71%-
HSV(B)197.14º71.19%69.41%-
XYZ18.8322.9345.03-
YUV118.19161.1880.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 177 (69.53% from 255) = 47.97%
R=13.82%
G=38.21%
B=47.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511411770.710.2000.31197.1455.2644.71
Hex338DB1471401Fc5372d
Octal63215261107240373056755
Binary110011100011011011000110001111010001111111000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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