Html Css Color HEX #354EE5 Royal Blue

📋 copy color: '#354EE5'

red 53 ◦ green 78 ◦ blue 229

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

Shades of Royal Blue #354EE5

Tints of Royal Blue #354EE5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

 BLUE value IS 229 (89.84% from 255) = 63.61%

R = 14.72%
G = 21.67%
B = 63.61%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#354EE5 (or 0x354EE5) is known color: Royal Blue. HEX triplet: 35, 4E and E5. RGB value is (53,78,229). Sum of RGB (Red+Green+Blue) = 53+78+229=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #354EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EE5 is #CAB11A. Grayscale: #575757. Windows color (decimal): -13283611 or 15027765. OLE color: 15027765.

HSL color Cylindrical-coordinate representation of color #354EE5: hue angle of 231.48º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354EE5 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 78 229 -
CMYK 0.77 0.66 0 0.10
HSL 231.48º 0.77% 0.55% -
HSV(B) 231.48º 0.77% 0.9% -
XYZ 18.34 11.86 75.45 -
YUV 87.74 207.72 103.22 -
System Red Green Blue C M Y K H S L
Decimal 53 78 229 0.77 0.66 0 0.10 231.48 0.77 0.55
Hex 35 4E E5 4D 42 0 A E7 4D 37
Octal 65 116 345 115 102 0 12 347 115 67
Binary 110101 1001110 11100101 1001101 1000010 0 1010 11100111 1001101 110111

Color Harmonies of #354EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354EE5

Black with #354EE5

Text Example


Text Example

White with #354EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354EE5; }

 p { color: rgb(53,78,229); }

 H1.HeaderClassName
 {
   color: #354EE5;
 }
 .AnyTagClassName
 {
   color: #354EE5;
 }
</style>

background-color css

<style>
 a { background-color: #354EE5; }

 a { background-color: rgb(53,78,229); }

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

border-color css

<style>
 span { border-color: #354EE5; }

 span { border-color: rgb(53,78,229); }

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