#3261E4

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

Shades of Royal Blue #3261E4

Tints of Royal Blue #3261E4

Color information

#3261E4 (or 0x3261E4) is unknown color: approx Royal Blue. HEX triplet: 32, 61 and E4. RGB value is (50,97,228). Sum of RGB (Red+Green+Blue) = 50+97+228=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 228 (89.45% from 255 or 60.8% from 375); Max value from RGB is 228 - color contains mainly: blue. Hex color #3261E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261E4 is #CD9E1B. Grayscale: #616161. Windows color (decimal): -13475356 or 14967090. OLE color: 14967090.

HSL color Cylindrical-coordinate representation of color #3261E4: hue angle of 224.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3261E4 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5097228-
CMYK0.780.5700.11
HSL224.16º76.72%54.51%-
HSV(B)224.16º78.07%89.41%-
XYZ19.5914.8375.23-
YUV97.88201.4393.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.33%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 228 (89.45% from 255) = 60.8%
R=13.33%
G=25.87%
B=60.8%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal50972280.780.5700.11224.1676.7254.51
Hex3261E44E390Be04d37
Octal621413441167101334011567
Binary110010110000111100100100111011100101011111000001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3261E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3261E4; }

 p { color: rgb(50,97,228); }

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

<style>
 a { background-color: #3261E4; }

 a { background-color: rgb(50,97,228); }

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

<style>
 span { border-color: #3261E4; }

 span { border-color: rgb(50,97,228); }

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