#3261EC

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

Shades of Royal Blue #3261EC

Tints of Royal Blue #3261EC

Color information

#3261EC (or 0x3261EC) is unknown color: approx Royal Blue. HEX triplet: 32, 61 and EC. RGB value is (50,97,236). Sum of RGB (Red+Green+Blue) = 50+97+236=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #3261EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3261EC is #CD9E13. Grayscale: #626262. Windows color (decimal): -13475348 or 15491378. OLE color: 15491378.

HSL color Cylindrical-coordinate representation of color #3261EC: hue angle of 224.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3261EC is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5097236-
CMYK0.790.5900.07
HSL224.84º83.04%56.08%-
HSV(B)224.84º78.81%92.55%-
XYZ20.7315.2881.21-
YUV98.79205.4393.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.05%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 236 (92.58% from 255) = 61.62%
R=13.05%
G=25.33%
B=61.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal50972360.790.5900.07224.8483.0456.08
Hex3261EC4F3B07e15338
Octal62141354117730734112370
Binary11001011000011110110010011111110110111111000011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3261EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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