#335DE0

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

Shades of Royal Blue #335DE0

Tints of Royal Blue #335DE0

Color information

#335DE0 (or 0x335DE0) is unknown color: approx Royal Blue. HEX triplet: 33, 5D and E0. RGB value is (51,93,224). Sum of RGB (Red+Green+Blue) = 51+93+224=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #335DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DE0 is #CCA21F. Grayscale: #5E5E5E. Windows color (decimal): -13410848 or 14703923. OLE color: 14703923.

HSL color Cylindrical-coordinate representation of color #335DE0: hue angle of 225.43º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335DE0 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5193224-
CMYK0.770.5800.12
HSL225.43º73.62%53.92%-
HSV(B)225.43º77.23%87.84%-
XYZ18.7313.9172.22-
YUV95.38200.5996.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.86%
GREEN value IS 93 (36.72% from 255) = 25.27%
BLUE value IS 224 (87.89% from 255) = 60.87%
R=13.86%
G=25.27%
B=60.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal51932240.770.5800.12225.4373.6253.92
Hex335DE04D3A0Ce14a36
Octal631353401157201434111266
Binary110011101110111100000100110111101001100111000011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,93,224); }

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

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

 a { background-color: rgb(51,93,224); }

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

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

 span { border-color: rgb(51,93,224); }

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