Html Css Color HEX #3572EE Royal Blue

📋 copy color: '#3572EE'

red 53 ◦ green 114 ◦ blue 238

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

Shades of Royal Blue #3572EE

Tints of Royal Blue #3572EE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 238 (93.36% from 255) = 58.77%

R = 13.09%
G = 28.15%
B = 58.77%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3572EE (or 0x3572EE) is known color: Royal Blue. HEX triplet: 35, 72 and EE. RGB value is (53,114,238). Sum of RGB (Red+Green+Blue) = 53+114+238=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #3572EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3572EE is #CA8D11. Grayscale: #6D6D6D. Windows color (decimal): -13274386 or 15626805. OLE color: 15626805.

HSL color Cylindrical-coordinate representation of color #3572EE: hue angle of 220.22º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3572EE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 114 238 -
CMYK 0.78 0.52 0 0.07
HSL 220.22º 0.84% 0.57% -
HSV(B) 220.22º 0.78% 0.93% -
XYZ 22.92 18.96 83.34 -
YUV 109.9 200.29 87.42 -
System Red Green Blue C M Y K H S L
Decimal 53 114 238 0.78 0.52 0 0.07 220.22 0.84 0.57
Hex 35 72 EE 4E 34 0 7 DC 54 39
Octal 65 162 356 116 64 0 7 334 124 71
Binary 110101 1110010 11101110 1001110 110100 0 111 11011100 1010100 111001

Color Harmonies of #3572EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3572EE

Black with #3572EE

Text Example


Text Example

White with #3572EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3572EE; }

 p { color: rgb(53,114,238); }

 H1.HeaderClassName
 {
   color: #3572EE;
 }
 .AnyTagClassName
 {
   color: #3572EE;
 }
</style>

background-color css

<style>
 a { background-color: #3572EE; }

 a { background-color: rgb(53,114,238); }

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

border-color css

<style>
 span { border-color: #3572EE; }

 span { border-color: rgb(53,114,238); }

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