#3380DC

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

Shades of Royal Blue #3380DC

Tints of Royal Blue #3380DC

Color information

#3380DC (or 0x3380DC) is unknown color: approx Royal Blue. HEX triplet: 33, 80 and DC. RGB value is (51,128,220). Sum of RGB (Red+Green+Blue) = 51+128+220=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #3380DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3380DC is #CC7F23. Grayscale: #737373. Windows color (decimal): -13401892 or 14450739. OLE color: 14450739.

HSL color Cylindrical-coordinate representation of color #3380DC: hue angle of 212.66º 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 #3380DC is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB51128220-
CMYK0.770.4200.14
HSL212.66º70.71%53.14%-
HSV(B)212.66º76.82%86.27%-
XYZ2221.3170.66-
YUV115.46186.9982.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.78%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 220 (86.33% from 255) = 55.14%
R=12.78%
G=32.08%
B=55.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal511282200.770.4200.14212.6670.7153.14
Hex3380DC4D2A0Ed54735
Octal632003341155201632510765
Binary1100111000000011011100100110110101001110110101011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3380DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3380DC; }

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

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

<style>
 a { background-color: #3380DC; }

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

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

<style>
 span { border-color: #3380DC; }

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

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