Html Css Color HEX #549CE3 Picton Blue

📋 copy color: '#549CE3'

red 84 ◦ green 156 ◦ blue 227

#549CE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #549CE3

Tints of Picton Blue #549CE3

RGB

 RED value IS 84 (33.2% from 255) = 17.99%

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 227 (89.06% from 255) = 48.61%

R = 17.99%
G = 33.4%
B = 48.61%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#549CE3 (or 0x549CE3) is known color: Picton Blue. HEX triplet: 54, 9C and E3. RGB value is (84,156,227). Sum of RGB (Red+Green+Blue) = 84+156+227=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #549CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CE3 is #AB631C. Grayscale: #8E8E8E. Windows color (decimal): -11232029 or 14916692. OLE color: 14916692.

HSL color Cylindrical-coordinate representation of color #549CE3: hue angle of 209.79º degrees, saturation: 0.72, 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 #549CE3 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 84 156 227 -
CMYK 0.63 0.31 0 0.11
HSL 209.79º 0.72% 0.61% -
HSV(B) 209.79º 0.63% 0.89% -
XYZ 29.41 31.21 77.15 -
YUV 142.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 84 156 227 0.63 0.31 0 0.11 209.79 0.72 0.61
Hex 54 9C E3 3F 1F 0 B D2 48 3D
Octal 124 234 343 77 37 0 13 322 110 75
Binary 1010100 10011100 11100011 111111 11111 0 1011 11010010 1001000 111101

Color Harmonies of #549CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CE3

Black with #549CE3

Text Example


Text Example

White with #549CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #549CE3;
 }
 .AnyTagClassName
 {
   color: #549CE3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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