#3B84DC

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

Shades of Royal Blue #3B84DC

Tints of Royal Blue #3B84DC

Color information

#3B84DC (or 0x3B84DC) is unknown color: approx Royal Blue. HEX triplet: 3B, 84 and DC. RGB value is (59,132,220). Sum of RGB (Red+Green+Blue) = 59+132+220=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B84DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B84DC is #C47B23. Grayscale: #777777. Windows color (decimal): -12876580 or 14451771. OLE color: 14451771.

HSL color Cylindrical-coordinate representation of color #3B84DC: hue angle of 212.8º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B84DC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB59132220-
CMYK0.730.4000.14
HSL212.8º69.7%54.71%-
HSV(B)212.8º73.18%86.27%-
XYZ22.9722.670.86-
YUV120.2184.3284.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.36%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 220 (86.33% from 255) = 53.53%
R=14.36%
G=32.12%
B=53.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591322200.730.4000.14212.869.754.71
Hex3B84DC49280Ed54637
Octal732043341115001632510667
Binary1110111000010011011100100100110100001110110101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B84DC; }

 p { color: rgb(59,132,220); }

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

<style>
 a { background-color: #3B84DC; }

 a { background-color: rgb(59,132,220); }

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

<style>
 span { border-color: #3B84DC; }

 span { border-color: rgb(59,132,220); }

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