#549CC3

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

Shades of Picton Blue #549CC3

Tints of Picton Blue #549CC3

Color information

#549CC3 (or 0x549CC3) is unknown color: approx Picton Blue. HEX triplet: 54, 9C and C3. RGB value is (84,156,195). Sum of RGB (Red+Green+Blue) = 84+156+195=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #549CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CC3 is #AB633C. Grayscale: #8A8A8A. Windows color (decimal): -11232061 or 12819540. OLE color: 12819540.

HSL color Cylindrical-coordinate representation of color #549CC3: hue angle of 201.08º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #549CC3 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84156195-
CMYK0.570.2000.24
HSL201.08º48.05%54.71%-
HSV(B)201.08º56.92%76.47%-
XYZ25.3929.656.01-
YUV138.92159.6588.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.31%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 195 (76.56% from 255) = 44.83%
R=19.31%
G=35.86%
B=44.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841561950.570.2000.24201.0848.0554.71
Hex549CC33914018c93037
Octal12423430371240303116067
Binary101010010011100110000111110011010001100011001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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