#549CE4

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

Shades of Picton Blue #549CE4

Tints of Picton Blue #549CE4

Color information

#549CE4 (or 0x549CE4) is unknown color: approx Picton Blue. HEX triplet: 54, 9C and E4. RGB value is (84,156,228). Sum of RGB (Red+Green+Blue) = 84+156+228=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #549CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CE4 is #AB631B. Grayscale: #8E8E8E. Windows color (decimal): -11232028 or 14982228. OLE color: 14982228.

HSL color Cylindrical-coordinate representation of color #549CE4: hue angle of 210º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549CE4 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB84156228-
CMYK0.630.3200.11
HSL210º72.73%61.18%-
HSV(B)210º63.16%89.41%-
XYZ29.5531.2677.88-
YUV142.68176.1586.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.95%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 228 (89.45% from 255) = 48.72%
R=17.95%
G=33.33%
B=48.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal841562280.630.3200.1121072.7361.18
Hex549CE43F200Bd2493d
Octal124234344774001332211175
Binary1010100100111001110010011111110000001011110100101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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