Html Css Color HEX #354FEC Royal Blue

📋 copy color: '#354FEC'

red 53 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #354FEC

Tints of Royal Blue #354FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

 BLUE value IS 236 (92.58% from 255) = 64.13%

R = 14.4%
G = 21.47%
B = 64.13%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#354FEC (or 0x354FEC) is known color: Royal Blue. HEX triplet: 35, 4F and EC. RGB value is (53,79,236). Sum of RGB (Red+Green+Blue) = 53+79+236=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #354FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FEC is #CAB013. Grayscale: #585858. Windows color (decimal): -13283348 or 15486773. OLE color: 15486773.

HSL color Cylindrical-coordinate representation of color #354FEC: hue angle of 231.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354FEC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 79 236 -
CMYK 0.78 0.67 0 0.07
HSL 231.48º 0.83% 0.57% -
HSV(B) 231.48º 0.78% 0.93% -
XYZ 19.4 12.4 80.73 -
YUV 89.12 210.89 102.23 -
System Red Green Blue C M Y K H S L
Decimal 53 79 236 0.78 0.67 0 0.07 231.48 0.83 0.57
Hex 35 4F EC 4E 43 0 7 E7 53 39
Octal 65 117 354 116 103 0 7 347 123 71
Binary 110101 1001111 11101100 1001110 1000011 0 111 11100111 1010011 111001

Color Harmonies of #354FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FEC

Black with #354FEC

Text Example


Text Example

White with #354FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,79,236); }

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

background-color css

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

 a { background-color: rgb(53,79,236); }

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

border-color css

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

 span { border-color: rgb(53,79,236); }

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