Html Css Color HEX #355AE0 Royal Blue

📋 copy color: '#355AE0'

red 53 ◦ green 90 ◦ blue 224

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

Shades of Royal Blue #355AE0

Tints of Royal Blue #355AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

 BLUE value IS 224 (87.89% from 255) = 61.04%

R = 14.44%
G = 24.52%
B = 61.04%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#355AE0 (or 0x355AE0) is known color: Royal Blue. HEX triplet: 35, 5A and E0. RGB value is (53,90,224). Sum of RGB (Red+Green+Blue) = 53+90+224=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #355AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355AE0 is #CAA51F. Grayscale: #5D5D5D. Windows color (decimal): -13280544 or 14703157. OLE color: 14703157.

HSL color Cylindrical-coordinate representation of color #355AE0: hue angle of 227.02º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355AE0 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 90 224 -
CMYK 0.76 0.60 0 0.12
HSL 227.02º 0.73% 0.54% -
HSV(B) 227.02º 0.76% 0.88% -
XYZ 18.58 13.45 72.14 -
YUV 94.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 53 90 224 0.76 0.60 0 0.12 227.02 0.73 0.54
Hex 35 5A E0 4C 3C 0 C E3 49 36
Octal 65 132 340 114 74 0 14 343 111 66
Binary 110101 1011010 11100000 1001100 111100 0 1100 11100011 1001001 110110

Color Harmonies of #355AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355AE0

Black with #355AE0

Text Example


Text Example

White with #355AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355AE0; }

 p { color: rgb(53,90,224); }

 H1.HeaderClassName
 {
   color: #355AE0;
 }
 .AnyTagClassName
 {
   color: #355AE0;
 }
</style>

background-color css

<style>
 a { background-color: #355AE0; }

 a { background-color: rgb(53,90,224); }

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

border-color css

<style>
 span { border-color: #355AE0; }

 span { border-color: rgb(53,90,224); }

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