Html Css Color HEX #3574FB Royal Blue

📋 copy color: '#3574FB'

red 53 ◦ green 116 ◦ blue 251

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

Shades of Royal Blue #3574FB

Tints of Royal Blue #3574FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.76%

R = 12.62%
G = 27.62%
B = 59.76%

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

#3574FB (or 0x3574FB) is known color: Royal Blue. HEX triplet: 35, 74 and FB. RGB value is (53,116,251). Sum of RGB (Red+Green+Blue) = 53+116+251=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #3574FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3574FB is #CA8B04. Grayscale: #6F6F6F. Windows color (decimal): -13273861 or 16479285. OLE color: 16479285.

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

Color convert

RGB 53 116 251 -
CMYK 0.79 0.54 0 0.02
HSL 220.91º 0.96% 0.6% -
HSV(B) 220.91º 0.79% 0.98% -
XYZ 25.13 20.21 93.84 -
YUV 112.55 206.13 85.52 -
System Red Green Blue C M Y K H S L
Decimal 53 116 251 0.79 0.54 0 0.02 220.91 0.96 0.6
Hex 35 74 FB 4F 36 0 2 DD 60 3C
Octal 65 164 373 117 66 0 2 335 140 74
Binary 110101 1110100 11111011 1001111 110110 0 10 11011101 1100000 111100

Color Harmonies of #3574FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574FB

Black with #3574FB

Text Example


Text Example

White with #3574FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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