#549CD3

Color #549CD3 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #549CD3

Tints of Picton Blue #549CD3

Color information

#549CD3 (or 0x549CD3) is unknown color: approx Picton Blue. HEX triplet: 54, 9C and D3. RGB value is (84,156,211). Sum of RGB (Red+Green+Blue) = 84+156+211=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #549CD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CD3 is #AB632C. Grayscale: #8C8C8C. Windows color (decimal): -11232045 or 13868116. OLE color: 13868116.

HSL color Cylindrical-coordinate representation of color #549CD3: hue angle of 205.98º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #549CD3 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB84156211-
CMYK0.600.2600.17
HSL205.98º59.07%57.84%-
HSV(B)205.98º60.19%82.75%-
XYZ27.330.3666.05-
YUV140.74167.6587.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.63%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 211 (82.81% from 255) = 46.78%
R=18.63%
G=34.59%
B=46.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal841562110.600.2600.17205.9859.0757.84
Hex549CD33C1A011ce3b3a
Octal12423432374320213167372
Binary101010010011100110100111111001101001000111001110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549CD3; }

 p { color: rgb(84,156,211); }

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

<style>
 a { background-color: #549CD3; }

 a { background-color: rgb(84,156,211); }

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

<style>
 span { border-color: #549CD3; }

 span { border-color: rgb(84,156,211); }

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