Html Css Color HEX #3553EB Royal Blue

📋 copy color: '#3553EB'

red 53 ◦ green 83 ◦ blue 235

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

Shades of Royal Blue #3553EB

Tints of Royal Blue #3553EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

 BLUE value IS 235 (92.19% from 255) = 63.34%

R = 14.29%
G = 22.37%
B = 63.34%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3553EB (or 0x3553EB) is known color: Royal Blue. HEX triplet: 35, 53 and EB. RGB value is (53,83,235). Sum of RGB (Red+Green+Blue) = 53+83+235=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #3553EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3553EB is #CAAC14. Grayscale: #5A5A5A. Windows color (decimal): -13282325 or 15422261. OLE color: 15422261.

HSL color Cylindrical-coordinate representation of color #3553EB: hue angle of 230.11º degrees, saturation: 0.82, 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 #3553EB is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 83 235 -
CMYK 0.77 0.65 0 0.08
HSL 230.11º 0.82% 0.56% -
HSV(B) 230.11º 0.77% 0.92% -
XYZ 19.56 12.94 80.06 -
YUV 91.36 209.06 100.64 -
System Red Green Blue C M Y K H S L
Decimal 53 83 235 0.77 0.65 0 0.08 230.11 0.82 0.56
Hex 35 53 EB 4D 41 0 8 E6 52 38
Octal 65 123 353 115 101 0 10 346 122 70
Binary 110101 1010011 11101011 1001101 1000001 0 1000 11100110 1010010 111000

Color Harmonies of #3553EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3553EB

Black with #3553EB

Text Example


Text Example

White with #3553EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3553EB; }

 p { color: rgb(53,83,235); }

 H1.HeaderClassName
 {
   color: #3553EB;
 }
 .AnyTagClassName
 {
   color: #3553EB;
 }
</style>

background-color css

<style>
 a { background-color: #3553EB; }

 a { background-color: rgb(53,83,235); }

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

border-color css

<style>
 span { border-color: #3553EB; }

 span { border-color: rgb(53,83,235); }

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