Html Css Color HEX #3574CD Royal Blue

📋 copy color: '#3574CD'

red 53 ◦ green 116 ◦ blue 205

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

Shades of Royal Blue #3574CD

Tints of Royal Blue #3574CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 14.17%
G = 31.02%
B = 54.81%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3574CD (or 0x3574CD) is known color: Royal Blue. HEX triplet: 35, 74 and CD. RGB value is (53,116,205). Sum of RGB (Red+Green+Blue) = 53+116+205=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #3574CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3574CD is #CA8B32. Grayscale: #6A6A6A. Windows color (decimal): -13273907 or 13464629. OLE color: 13464629.

HSL color Cylindrical-coordinate representation of color #3574CD: hue angle of 215.13º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3574CD is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 116 205 -
CMYK 0.74 0.43 0 0.20
HSL 215.13º 0.6% 0.51% -
HSV(B) 215.13º 0.74% 0.8% -
XYZ 18.73 17.66 60.18 -
YUV 107.31 183.13 89.26 -
System Red Green Blue C M Y K H S L
Decimal 53 116 205 0.74 0.43 0 0.20 215.13 0.6 0.51
Hex 35 74 CD 4A 2B 0 14 D7 3C 33
Octal 65 164 315 112 53 0 24 327 74 63
Binary 110101 1110100 11001101 1001010 101011 0 10100 11010111 111100 110011

Color Harmonies of #3574CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574CD

Black with #3574CD

Text Example


Text Example

White with #3574CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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