#3361dd

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

Shades of Royal Blue #3361DD

Tints of Royal Blue #3361DD

Color information

#3361DD (or 0x3361DD) is unknown color: approx Royal Blue. HEX triplet: 33, 61 and DD. RGB value is (51,97,221). Sum of RGB (Red+Green+Blue) = 51+97+221=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #3361DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3361DD is #CC9E22. Grayscale: #606060. Windows color (decimal): -13409827 or 14508339. OLE color: 14508339.

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

Color convert

RGB5197221-
CMYK0.770.5600.13
HSL223.76º71.43%53.33%-
HSV(B)223.76º76.92%86.67%-
XYZ18.6914.4770.22-
YUV97.38197.7694.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 221 (86.72% from 255) = 59.89%
R=13.82%
G=26.29%
B=59.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51972210.770.5600.13223.7671.4353.33
Hex3361DD4D380De04735
Octal631413351157001534010765
Binary110011110000111011101100110111100001101111000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3361dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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