#337DDC

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

Shades of Royal Blue #337DDC

Tints of Royal Blue #337DDC

Color information

#337DDC (or 0x337DDC) is unknown color: approx Royal Blue. HEX triplet: 33, 7D and DC. RGB value is (51,125,220). Sum of RGB (Red+Green+Blue) = 51+125+220=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #337DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DDC is #CC8223. Grayscale: #717171. Windows color (decimal): -13402660 or 14449971. OLE color: 14449971.

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

Color convert

RGB51125220-
CMYK0.770.4300.14
HSL213.73º70.71%53.14%-
HSV(B)213.73º76.82%86.27%-
XYZ21.6220.5470.54-
YUV113.7187.9883.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.88%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 220 (86.33% from 255) = 55.56%
R=12.88%
G=31.57%
B=55.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal511252200.770.4300.14213.7370.7153.14
Hex337DDC4D2B0Ed64735
Octal631753341155301632610765
Binary110011111110111011100100110110101101110110101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,125,220); }

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

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

 a { background-color: rgb(51,125,220); }

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

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

 span { border-color: rgb(51,125,220); }

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