Html Css Color HEX #355DD9 Royal Blue

📋 copy color: '#355DD9'

red 53 ◦ green 93 ◦ blue 217

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

Shades of Royal Blue #355DD9

Tints of Royal Blue #355DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 217 (85.16% from 255) = 59.78%

R = 14.6%
G = 25.62%
B = 59.78%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#355DD9 (or 0x355DD9) is known color: Royal Blue. HEX triplet: 35, 5D and D9. RGB value is (53,93,217). Sum of RGB (Red+Green+Blue) = 53+93+217=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 217 (85.16% from 255 or 59.78% from 363); Max value from RGB is 217 - color contains mainly: blue. Hex color #355DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DD9 is #CAA226. Grayscale: #5E5E5E. Windows color (decimal): -13279783 or 14245173. OLE color: 14245173.

HSL color Cylindrical-coordinate representation of color #355DD9: hue angle of 225.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355DD9 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 93 217 -
CMYK 0.76 0.57 0 0.15
HSL 225.37º 0.68% 0.53% -
HSV(B) 225.37º 0.76% 0.85% -
XYZ 17.91 13.6 67.33 -
YUV 95.18 196.75 97.92 -
System Red Green Blue C M Y K H S L
Decimal 53 93 217 0.76 0.57 0 0.15 225.37 0.68 0.53
Hex 35 5D D9 4C 39 0 F E1 44 35
Octal 65 135 331 114 71 0 17 341 104 65
Binary 110101 1011101 11011001 1001100 111001 0 1111 11100001 1000100 110101

Color Harmonies of #355DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DD9

Black with #355DD9

Text Example


Text Example

White with #355DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,93,217); }

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

background-color css

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

 a { background-color: rgb(53,93,217); }

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

border-color css

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

 span { border-color: rgb(53,93,217); }

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