#338CAD

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

Shades of Boston Blue #338CAD

Tints of Boston Blue #338CAD

Color information

#338CAD (or 0x338CAD) is unknown color: approx Boston Blue. HEX triplet: 33, 8C and AD. RGB value is (51,140,173). Sum of RGB (Red+Green+Blue) = 51+140+173=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #338CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338CAD is #CC7352. Grayscale: #747474. Windows color (decimal): -13398867 or 11373619. OLE color: 11373619.

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

Color convert

RGB51140173-
CMYK0.710.1900.32
HSL196.23º54.46%43.92%-
HSV(B)196.23º70.52%67.84%-
XYZ18.2922.4842.91-
YUV117.15159.5180.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.01%
GREEN value IS 140 (55.08% from 255) = 38.46%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=14.01%
G=38.46%
B=47.53%

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
Decimal511401730.710.1900.32196.2354.4643.92
Hex338CAD4713020c4362c
Octal63214255107230403046654
Binary1100111000110010101101100011110011010000011000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,140,173); }

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

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

 a { background-color: rgb(51,140,173); }

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

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

 span { border-color: rgb(51,140,173); }

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