Html Css Color HEX #549BE3 Picton Blue

📋 copy color: '#549BE3'

red 84 ◦ green 155 ◦ blue 227

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

Shades of Picton Blue #549BE3

Tints of Picton Blue #549BE3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

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

R = 18.03%
G = 33.26%
B = 48.71%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#549BE3 (or 0x549BE3) is known color: Picton Blue. HEX triplet: 54, 9B and E3. RGB value is (84,155,227). Sum of RGB (Red+Green+Blue) = 84+155+227=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #549BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BE3 is #AB641C. Grayscale: #8D8D8D. Windows color (decimal): -11232285 or 14916436. OLE color: 14916436.

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

Color convert

RGB 84 155 227 -
CMYK 0.63 0.32 0 0.11
HSL 210.21º 0.72% 0.61% -
HSV(B) 210.21º 0.63% 0.89% -
XYZ 29.24 30.87 77.09 -
YUV 141.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 84 155 227 0.63 0.32 0 0.11 210.21 0.72 0.61
Hex 54 9B E3 3F 20 0 B D2 48 3D
Octal 124 233 343 77 40 0 13 322 110 75
Binary 1010100 10011011 11100011 111111 100000 0 1011 11010010 1001000 111101

Color Harmonies of #549BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BE3

Black with #549BE3

Text Example


Text Example

White with #549BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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