Html Css Color HEX #354FE7 Royal Blue

📋 copy color: '#354FE7'

red 53 ◦ green 79 ◦ blue 231

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

Shades of Royal Blue #354FE7

Tints of Royal Blue #354FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.64%

R = 14.6%
G = 21.76%
B = 63.64%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#354FE7 (or 0x354FE7) is known color: Royal Blue. HEX triplet: 35, 4F and E7. RGB value is (53,79,231). Sum of RGB (Red+Green+Blue) = 53+79+231=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 231 (90.62% from 255 or 63.64% from 363); Max value from RGB is 231 - color contains mainly: blue. Hex color #354FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FE7 is #CAB018. Grayscale: #575757. Windows color (decimal): -13283353 or 15159093. OLE color: 15159093.

HSL color Cylindrical-coordinate representation of color #354FE7: hue angle of 231.24º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354FE7 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 79 231 -
CMYK 0.77 0.66 0 0.09
HSL 231.24º 0.79% 0.56% -
HSV(B) 231.24º 0.77% 0.91% -
XYZ 18.69 12.12 76.96 -
YUV 88.55 208.39 102.64 -
System Red Green Blue C M Y K H S L
Decimal 53 79 231 0.77 0.66 0 0.09 231.24 0.79 0.56
Hex 35 4F E7 4D 42 0 9 E7 4F 38
Octal 65 117 347 115 102 0 11 347 117 70
Binary 110101 1001111 11100111 1001101 1000010 0 1001 11100111 1001111 111000

Color Harmonies of #354FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FE7

Black with #354FE7

Text Example


Text Example

White with #354FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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