#337FE1

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

Shades of Royal Blue #337FE1

Tints of Royal Blue #337FE1

Color information

#337FE1 (or 0x337FE1) is unknown color: approx Royal Blue. HEX triplet: 33, 7F and E1. RGB value is (51,127,225). Sum of RGB (Red+Green+Blue) = 51+127+225=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #337FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FE1 is #CC801E. Grayscale: #727272. Windows color (decimal): -13402143 or 14778163. OLE color: 14778163.

HSL color Cylindrical-coordinate representation of color #337FE1: hue angle of 213.79º 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 #337FE1 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB51127225-
CMYK0.770.4400.12
HSL213.79º74.36%54.12%-
HSV(B)213.79º77.33%88.24%-
XYZ22.5521.3274.16-
YUV115.45189.8282.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.66%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=12.66%
G=31.51%
B=55.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal511272250.770.4400.12213.7974.3654.12
Hex337FE14D2C0Cd64a36
Octal631773411155401432611266
Binary110011111111111100001100110110110001100110101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337FE1; }

 p { color: rgb(51,127,225); }

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

<style>
 a { background-color: #337FE1; }

 a { background-color: rgb(51,127,225); }

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

<style>
 span { border-color: #337FE1; }

 span { border-color: rgb(51,127,225); }

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