#3383dd

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

Shades of Royal Blue #3383DD

Tints of Royal Blue #3383DD

Color information

#3383DD (or 0x3383DD) is unknown color: approx Royal Blue. HEX triplet: 33, 83 and DD. RGB value is (51,131,221). Sum of RGB (Red+Green+Blue) = 51+131+221=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #3383DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3383DD is #CC7C22. Grayscale: #747474. Windows color (decimal): -13401123 or 14517043. OLE color: 14517043.

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

Color convert

RGB51131221-
CMYK0.770.4100.13
HSL211.76º71.43%53.33%-
HSV(B)211.76º76.92%86.67%-
XYZ22.5322.1671.5-
YUV117.34186.580.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.66%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 221 (86.72% from 255) = 54.84%
R=12.66%
G=32.51%
B=54.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511312210.770.4100.13211.7671.4353.33
Hex3383DD4D290Dd44735
Octal632033351155101532410765
Binary1100111000001111011101100110110100101101110101001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3383dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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