Html Css Color HEX #3574FE Royal Blue

📋 copy color: '#3574FE'

red 53 ◦ green 116 ◦ blue 254

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

Shades of Royal Blue #3574FE

Tints of Royal Blue #3574FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 12.53%
G = 27.42%
B = 60.05%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3574FE (or 0x3574FE) is known color: Royal Blue. HEX triplet: 35, 74 and FE. RGB value is (53,116,254). Sum of RGB (Red+Green+Blue) = 53+116+254=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #3574FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3574FE is #CA8B01. Grayscale: #707070. Windows color (decimal): -13273858 or 16675893. OLE color: 16675893.

HSL color Cylindrical-coordinate representation of color #3574FE: hue angle of 221.19º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3574FE is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 116 254 -
CMYK 0.79 0.54 0 0.00
HSL 221.19º 0.99% 0.6% -
HSV(B) 221.19º 0.79% 1% -
XYZ 25.6 20.4 96.35 -
YUV 112.9 207.63 85.28 -
System Red Green Blue C M Y K H S L
Decimal 53 116 254 0.79 0.54 0 0.00 221.19 0.99 0.6
Hex 35 74 FE 4F 36 0 0 DD 63 3C
Octal 65 164 376 117 66 0 0 335 143 74
Binary 110101 1110100 11111110 1001111 110110 0 0 11011101 1100011 111100

Color Harmonies of #3574FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574FE

Black with #3574FE

Text Example


Text Example

White with #3574FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3574FE; }

 p { color: rgb(53,116,254); }

 H1.HeaderClassName
 {
   color: #3574FE;
 }
 .AnyTagClassName
 {
   color: #3574FE;
 }
</style>

background-color css

<style>
 a { background-color: #3574FE; }

 a { background-color: rgb(53,116,254); }

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

border-color css

<style>
 span { border-color: #3574FE; }

 span { border-color: rgb(53,116,254); }

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