#3274DC

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

Shades of Royal Blue #3274DC

Tints of Royal Blue #3274DC

Color information

#3274DC (or 0x3274DC) is unknown color: approx Royal Blue. HEX triplet: 32, 74 and DC. RGB value is (50,116,220). Sum of RGB (Red+Green+Blue) = 50+116+220=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #3274DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3274DC is #CD8B23. Grayscale: #6B6B6B. Windows color (decimal): -13470500 or 14447666. OLE color: 14447666.

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

Color convert

RGB50116220-
CMYK0.770.4700.14
HSL216.71º70.83%52.94%-
HSV(B)216.71º77.27%86.27%-
XYZ20.4818.3470.17-
YUV108.12191.1386.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.95%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 220 (86.33% from 255) = 56.99%
R=12.95%
G=30.05%
B=56.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal501162200.770.4700.14216.7170.8352.94
Hex3274DC4D2F0Ed94735
Octal621643341155701633110765
Binary110010111010011011100100110110111101110110110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3274DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,116,220); }

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

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

 a { background-color: rgb(50,116,220); }

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

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

 span { border-color: rgb(50,116,220); }

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