#3379dd

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

Shades of Royal Blue #3379DD

Tints of Royal Blue #3379DD

Color information

#3379DD (or 0x3379DD) is unknown color: approx Royal Blue. HEX triplet: 33, 79 and DD. RGB value is (51,121,221). Sum of RGB (Red+Green+Blue) = 51+121+221=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #3379DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379DD is #CC8622. Grayscale: #6F6F6F. Windows color (decimal): -13403683 or 14514483. OLE color: 14514483.

HSL color Cylindrical-coordinate representation of color #3379DD: hue angle of 215.29º 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 #3379DD is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51121221-
CMYK0.770.4500.13
HSL215.29º71.43%53.33%-
HSV(B)215.29º76.92%86.67%-
XYZ21.2519.671.07-
YUV111.47189.8184.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=12.98%
G=30.79%
B=56.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511212210.770.4500.13215.2971.4353.33
Hex3379DD4D2D0Dd74735
Octal631713351155501532710765
Binary110011111100111011101100110110110101101110101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3379dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3379dd; }

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

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

<style>
 a { background-color: #3379dd; }

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

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

<style>
 span { border-color: #3379dd; }

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

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