Html Css Color HEX #3574F1 Royal Blue

📋 copy color: '#3574F1'

red 53 ◦ green 116 ◦ blue 241

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

Shades of Royal Blue #3574F1

Tints of Royal Blue #3574F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.78%

R = 12.93%
G = 28.29%
B = 58.78%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3574F1 (or 0x3574F1) is known color: Royal Blue. HEX triplet: 35, 74 and F1. RGB value is (53,116,241). Sum of RGB (Red+Green+Blue) = 53+116+241=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #3574F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3574F1 is #CA8B0E. Grayscale: #6E6E6E. Windows color (decimal): -13273871 or 15823925. OLE color: 15823925.

HSL color Cylindrical-coordinate representation of color #3574F1: hue angle of 219.89º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3574F1 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 116 241 -
CMYK 0.78 0.52 0 0.05
HSL 219.89º 0.87% 0.58% -
HSV(B) 219.89º 0.78% 0.95% -
XYZ 23.59 19.6 85.76 -
YUV 111.41 201.13 86.34 -
System Red Green Blue C M Y K H S L
Decimal 53 116 241 0.78 0.52 0 0.05 219.89 0.87 0.58
Hex 35 74 F1 4E 34 0 5 DC 57 3A
Octal 65 164 361 116 64 0 5 334 127 72
Binary 110101 1110100 11110001 1001110 110100 0 101 11011100 1010111 111010

Color Harmonies of #3574F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574F1

Black with #3574F1

Text Example


Text Example

White with #3574F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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