Html Css Color HEX #355ADE Royal Blue

📋 copy color: '#355ADE'

red 53 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #355ADE

Tints of Royal Blue #355ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.82%

R = 14.52%
G = 24.66%
B = 60.82%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#355ADE (or 0x355ADE) is known color: Royal Blue. HEX triplet: 35, 5A and DE. RGB value is (53,90,222). Sum of RGB (Red+Green+Blue) = 53+90+222=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #355ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ADE is #CAA521. Grayscale: #5D5D5D. Windows color (decimal): -13280546 or 14572085. OLE color: 14572085.

HSL color Cylindrical-coordinate representation of color #355ADE: hue angle of 226.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355ADE is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 90 222 -
CMYK 0.76 0.59 0 0.13
HSL 226.86º 0.72% 0.54% -
HSV(B) 226.86º 0.76% 0.87% -
XYZ 18.31 13.34 70.72 -
YUV 93.99 200.24 98.77 -
System Red Green Blue C M Y K H S L
Decimal 53 90 222 0.76 0.59 0 0.13 226.86 0.72 0.54
Hex 35 5A DE 4C 3B 0 D E3 48 36
Octal 65 132 336 114 73 0 15 343 110 66
Binary 110101 1011010 11011110 1001100 111011 0 1101 11100011 1001000 110110

Color Harmonies of #355ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355ADE

Black with #355ADE

Text Example


Text Example

White with #355ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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