Html Css Color HEX #3574EA Royal Blue

📋 copy color: '#3574EA'

red 53 ◦ green 116 ◦ blue 234

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

Shades of Royal Blue #3574EA

Tints of Royal Blue #3574EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.06%

R = 13.15%
G = 28.78%
B = 58.06%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3574EA (or 0x3574EA) is known color: Royal Blue. HEX triplet: 35, 74 and EA. RGB value is (53,116,234). Sum of RGB (Red+Green+Blue) = 53+116+234=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #3574EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3574EA is #CA8B15. Grayscale: #6E6E6E. Windows color (decimal): -13273878 or 15365173. OLE color: 15365173.

HSL color Cylindrical-coordinate representation of color #3574EA: hue angle of 219.12º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3574EA is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 116 234 -
CMYK 0.77 0.50 0 0.08
HSL 219.12º 0.81% 0.56% -
HSV(B) 219.12º 0.77% 0.92% -
XYZ 22.56 19.19 80.36 -
YUV 110.62 197.63 86.91 -
System Red Green Blue C M Y K H S L
Decimal 53 116 234 0.77 0.50 0 0.08 219.12 0.81 0.56
Hex 35 74 EA 4D 32 0 8 DB 51 38
Octal 65 164 352 115 62 0 10 333 121 70
Binary 110101 1110100 11101010 1001101 110010 0 1000 11011011 1010001 111000

Color Harmonies of #3574EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574EA

Black with #3574EA

Text Example


Text Example

White with #3574EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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