#325AE7

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

Shades of Royal Blue #325AE7

Tints of Royal Blue #325AE7

Color information

#325AE7 (or 0x325AE7) is unknown color: approx Royal Blue. HEX triplet: 32, 5A and E7. RGB value is (50,90,231). Sum of RGB (Red+Green+Blue) = 50+90+231=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 231 (90.62% from 255 or 62.26% from 371); Max value from RGB is 231 - color contains mainly: blue. Hex color #325AE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325AE7 is #CDA518. Grayscale: #5D5D5D. Windows color (decimal): -13477145 or 15161906. OLE color: 15161906.

HSL color Cylindrical-coordinate representation of color #325AE7: hue angle of 226.74º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325AE7 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5090231-
CMYK0.780.6100.09
HSL226.74º79.04%55.1%-
HSV(B)226.74º78.35%90.59%-
XYZ19.413.7677.23-
YUV94.11205.2596.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.48%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 231 (90.62% from 255) = 62.26%
R=13.48%
G=24.26%
B=62.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal50902310.780.6100.09226.7479.0455.1
Hex325AE74E3D09e34f37
Octal621323471167501134311767
Binary110010101101011100111100111011110101001111000111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325AE7; }

 p { color: rgb(50,90,231); }

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

<style>
 a { background-color: #325AE7; }

 a { background-color: rgb(50,90,231); }

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

<style>
 span { border-color: #325AE7; }

 span { border-color: rgb(50,90,231); }

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