#337FDD

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

Shades of Royal Blue #337FDD

Tints of Royal Blue #337FDD

Color information

#337FDD (or 0x337FDD) is unknown color: approx Royal Blue. HEX triplet: 33, 7F and DD. RGB value is (51,127,221). Sum of RGB (Red+Green+Blue) = 51+127+221=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #337FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FDD is #CC8022. Grayscale: #727272. Windows color (decimal): -13402147 or 14516019. OLE color: 14516019.

HSL color Cylindrical-coordinate representation of color #337FDD: hue angle of 213.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337FDD is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51127221-
CMYK0.770.4300.13
HSL213.18º71.43%53.33%-
HSV(B)213.18º76.92%86.67%-
XYZ22.0121.171.32-
YUV114.99187.8282.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.78%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 221 (86.72% from 255) = 55.39%
R=12.78%
G=31.83%
B=55.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511272210.770.4300.13213.1871.4353.33
Hex337FDD4D2B0Dd54735
Octal631773351155301532510765
Binary110011111111111011101100110110101101101110101011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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