#337EE1

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

Shades of Royal Blue #337EE1

Tints of Royal Blue #337EE1

Color information

#337EE1 (or 0x337EE1) is unknown color: approx Royal Blue. HEX triplet: 33, 7E and E1. RGB value is (51,126,225). Sum of RGB (Red+Green+Blue) = 51+126+225=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #337EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337EE1 is #CC811E. Grayscale: #727272. Windows color (decimal): -13402399 or 14777907. OLE color: 14777907.

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

Color convert

RGB51126225-
CMYK0.770.4400.12
HSL214.14º74.36%54.12%-
HSV(B)214.14º77.33%88.24%-
XYZ22.4221.0674.12-
YUV114.86190.1582.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.69%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 225 (88.28% from 255) = 55.97%
R=12.69%
G=31.34%
B=55.97%

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
Decimal511262250.770.4400.12214.1474.3654.12
Hex337EE14D2C0Cd64a36
Octal631763411155401432611266
Binary110011111111011100001100110110110001100110101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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