#2521A3

Color #2521A3 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2521A3

Tints of Ultramarine #2521A3

Color information

#2521A3 (or 0x2521A3) is unknown color: approx Ultramarine. HEX triplet: 25, 21 and A3. RGB value is (37,33,163). Sum of RGB (Red+Green+Blue) = 37+33+163=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 163 (64.06% from 255 or 69.96% from 233); Max value from RGB is 163 - color contains mainly: blue. Hex color #2521A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2521A3 is #DADE5C. Grayscale: #303030. Windows color (decimal): -14343773 or 10690853. OLE color: 10690853.

HSL color Cylindrical-coordinate representation of color #2521A3: hue angle of 241.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2521A3 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3733163-
CMYK0.770.8000.36
HSL241.85º66.33%38.43%-
HSV(B)241.85º79.75%63.92%-
XYZ7.924.1335.03-
YUV49.02192.33119.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 163 (64.06% from 255) = 69.96%
R=15.88%
G=14.16%
B=69.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37331630.770.8000.36241.8566.3338.43
Hex2521A34D50024f24226
Octal454124311512004436210246
Binary10010110000110100011100110110100000100100111100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2521A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2521A3; }

 p { color: rgb(37,33,163); }

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

<style>
 a { background-color: #2521A3; }

 a { background-color: rgb(37,33,163); }

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

<style>
 span { border-color: #2521A3; }

 span { border-color: rgb(37,33,163); }

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