Html Css Color HEX #3554EF Royal Blue

📋 copy color: '#3554EF'

red 53 ◦ green 84 ◦ blue 239

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

Shades of Royal Blue #3554EF

Tints of Royal Blue #3554EF

RGB

 RED value IS 53 (21.09% from 255) = 14.1%

 GREEN value IS 84 (33.2% from 255) = 22.34%

 BLUE value IS 239 (93.75% from 255) = 63.56%

R = 14.1%
G = 22.34%
B = 63.56%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3554EF (or 0x3554EF) is known color: Royal Blue. HEX triplet: 35, 54 and EF. RGB value is (53,84,239). Sum of RGB (Red+Green+Blue) = 53+84+239=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #3554EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3554EF is #CAAB10. Grayscale: #5B5B5B. Windows color (decimal): -13282065 or 15684661. OLE color: 15684661.

HSL color Cylindrical-coordinate representation of color #3554EF: hue angle of 230º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3554EF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 84 239 -
CMYK 0.78 0.65 0 0.06
HSL 230º 0.85% 0.57% -
HSV(B) 230º 0.78% 0.94% -
XYZ 20.22 13.33 83.17 -
YUV 92.4 210.73 99.9 -
System Red Green Blue C M Y K H S L
Decimal 53 84 239 0.78 0.65 0 0.06 230 0.85 0.57
Hex 35 54 EF 4E 41 0 6 E6 55 39
Octal 65 124 357 116 101 0 6 346 125 71
Binary 110101 1010100 11101111 1001110 1000001 0 110 11100110 1010101 111001

Color Harmonies of #3554EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3554EF

Black with #3554EF

Text Example


Text Example

White with #3554EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3554EF; }

 p { color: rgb(53,84,239); }

 H1.HeaderClassName
 {
   color: #3554EF;
 }
 .AnyTagClassName
 {
   color: #3554EF;
 }
</style>

background-color css

<style>
 a { background-color: #3554EF; }

 a { background-color: rgb(53,84,239); }

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

border-color css

<style>
 span { border-color: #3554EF; }

 span { border-color: rgb(53,84,239); }

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