Html Css Color HEX #354EE6 Royal Blue

📋 copy color: '#354EE6'

red 53 ◦ green 78 ◦ blue 230

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

Shades of Royal Blue #354EE6

Tints of Royal Blue #354EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.71%

R = 14.68%
G = 21.61%
B = 63.71%

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

#354EE6 (or 0x354EE6) is known color: Royal Blue. HEX triplet: 35, 4E and E6. RGB value is (53,78,230). Sum of RGB (Red+Green+Blue) = 53+78+230=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 230 (90.23% from 255 or 63.71% from 361); Max value from RGB is 230 - color contains mainly: blue. Hex color #354EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354EE6 is #CAB119. Grayscale: #575757. Windows color (decimal): -13283610 or 15093301. OLE color: 15093301.

HSL color Cylindrical-coordinate representation of color #354EE6: hue angle of 231.53º degrees, saturation: 0.78, 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 #354EE6 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 78 230 -
CMYK 0.77 0.66 0 0.10
HSL 231.53º 0.78% 0.55% -
HSV(B) 231.53º 0.77% 0.9% -
XYZ 18.48 11.92 76.19 -
YUV 87.85 208.22 103.14 -
System Red Green Blue C M Y K H S L
Decimal 53 78 230 0.77 0.66 0 0.10 231.53 0.78 0.55
Hex 35 4E E6 4D 42 0 A E8 4E 37
Octal 65 116 346 115 102 0 12 350 116 67
Binary 110101 1001110 11100110 1001101 1000010 0 1010 11101000 1001110 110111

Color Harmonies of #354EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354EE6

Black with #354EE6

Text Example


Text Example

White with #354EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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