Html Css Color HEX #3552ED Royal Blue

📋 copy color: '#3552ED'

red 53 ◦ green 82 ◦ blue 237

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

Shades of Royal Blue #3552ED

Tints of Royal Blue #3552ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.04%

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 14.25%
G = 22.04%
B = 63.71%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3552ED (or 0x3552ED) is known color: Royal Blue. HEX triplet: 35, 52 and ED. RGB value is (53,82,237). Sum of RGB (Red+Green+Blue) = 53+82+237=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #3552ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3552ED is #CAAD12. Grayscale: #5A5A5A. Windows color (decimal): -13282579 or 15553077. OLE color: 15553077.

HSL color Cylindrical-coordinate representation of color #3552ED: hue angle of 230.54º 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 #3552ED is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 82 237 -
CMYK 0.78 0.65 0 0.07
HSL 230.54º 0.84% 0.57% -
HSV(B) 230.54º 0.78% 0.93% -
XYZ 19.77 12.91 81.57 -
YUV 91 210.39 100.9 -
System Red Green Blue C M Y K H S L
Decimal 53 82 237 0.78 0.65 0 0.07 230.54 0.84 0.57
Hex 35 52 ED 4E 41 0 7 E7 54 39
Octal 65 122 355 116 101 0 7 347 124 71
Binary 110101 1010010 11101101 1001110 1000001 0 111 11100111 1010100 111001

Color Harmonies of #3552ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3552ED

Black with #3552ED

Text Example


Text Example

White with #3552ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3552ED; }

 p { color: rgb(53,82,237); }

 H1.HeaderClassName
 {
   color: #3552ED;
 }
 .AnyTagClassName
 {
   color: #3552ED;
 }
</style>

background-color css

<style>
 a { background-color: #3552ED; }

 a { background-color: rgb(53,82,237); }

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

border-color css

<style>
 span { border-color: #3552ED; }

 span { border-color: rgb(53,82,237); }

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