Html Css Color HEX #3574FA Royal Blue

📋 copy color: '#3574FA'

red 53 ◦ green 116 ◦ blue 250

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

Shades of Royal Blue #3574FA

Tints of Royal Blue #3574FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.67%

R = 12.65%
G = 27.68%
B = 59.67%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3574FA (or 0x3574FA) is known color: Royal Blue. HEX triplet: 35, 74 and FA. RGB value is (53,116,250). Sum of RGB (Red+Green+Blue) = 53+116+250=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #3574FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3574FA is #CA8B05. Grayscale: #6F6F6F. Windows color (decimal): -13273862 or 16413749. OLE color: 16413749.

HSL color Cylindrical-coordinate representation of color #3574FA: hue angle of 220.81º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3574FA is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 116 250 -
CMYK 0.79 0.54 0 0.02
HSL 220.81º 0.95% 0.59% -
HSV(B) 220.81º 0.79% 0.98% -
XYZ 24.97 20.15 93.02 -
YUV 112.44 205.63 85.6 -
System Red Green Blue C M Y K H S L
Decimal 53 116 250 0.79 0.54 0 0.02 220.81 0.95 0.59
Hex 35 74 FA 4F 36 0 2 DD 5F 3B
Octal 65 164 372 117 66 0 2 335 137 73
Binary 110101 1110100 11111010 1001111 110110 0 10 11011101 1011111 111011

Color Harmonies of #3574FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574FA

Black with #3574FA

Text Example


Text Example

White with #3574FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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