#335FF5

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

Shades of Royal Blue #335FF5

Tints of Royal Blue #335FF5

Color information

#335FF5 (or 0x335FF5) is unknown color: approx Royal Blue. HEX triplet: 33, 5F and F5. RGB value is (51,95,245). Sum of RGB (Red+Green+Blue) = 51+95+245=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #335FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335FF5 is #CCA00A. Grayscale: #626262. Windows color (decimal): -13410315 or 16080691. OLE color: 16080691.

HSL color Cylindrical-coordinate representation of color #335FF5: hue angle of 226.39º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #335FF5 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5195245-
CMYK0.790.6100.04
HSL226.39º90.65%58.04%-
HSV(B)226.39º79.18%96.08%-
XYZ21.9415.4888.22-
YUV98.94210.4293.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 245 (96.09% from 255) = 62.66%
R=13.04%
G=24.30%
B=62.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51952450.790.6100.04226.3990.6558.04
Hex335FF54F3D04e25b3a
Octal63137365117750434213372
Binary11001110111111111010110011111111010100111000101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,95,245); }

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

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

 a { background-color: rgb(51,95,245); }

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

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

 span { border-color: rgb(51,95,245); }

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