#335ED5

Color #335ED5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #335ED5

Tints of Royal Blue #335ED5

Color information

#335ED5 (or 0x335ED5) is unknown color: approx Royal Blue. HEX triplet: 33, 5E and D5. RGB value is (51,94,213). Sum of RGB (Red+Green+Blue) = 51+94+213=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #335ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ED5 is #CCA12A. Grayscale: #5E5E5E. Windows color (decimal): -13410603 or 13983283. OLE color: 13983283.

HSL color Cylindrical-coordinate representation of color #335ED5: hue angle of 224.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335ED5 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5194213-
CMYK0.760.5600.16
HSL224.07º65.85%51.76%-
HSV(B)224.07º76.06%83.53%-
XYZ17.3813.5164.64-
YUV94.71194.7596.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.25%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 213 (83.59% from 255) = 59.50%
R=14.25%
G=26.26%
B=59.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51942130.760.5600.16224.0765.8551.76
Hex335ED54C38010e04234
Octal631363251147002034010264
Binary1100111011110110101011001100111000010000111000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335ED5; }

 p { color: rgb(51,94,213); }

 H1.HeaderClassName
 {
   color: #335ED5;
 }
 .AnyTagClassName
 {
   color: #335ED5;
 }
</style>
background-color css

<style>
 a { background-color: #335ED5; }

 a { background-color: rgb(51,94,213); }

 div.DivClassName
 {
   background-color: #335ED5;
 }
 .BgClassName
 {
   background-color: #335ED5;
 }
</style>
border-color css

<style>
 span { border-color: #335ED5; }

 span { border-color: rgb(51,94,213); }

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