#321fa4

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

Shades of Ultramarine #321FA4

Tints of Ultramarine #321FA4

Color information

#321FA4 (or 0x321FA4) is unknown color: approx Ultramarine. HEX triplet: 32, 1F and A4. RGB value is (50,31,164). Sum of RGB (Red+Green+Blue) = 50+31+164=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #321FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321FA4 is #CDE05B. Grayscale: #333333. Windows color (decimal): -13492316 or 10755890. OLE color: 10755890.

HSL color Cylindrical-coordinate representation of color #321FA4: hue angle of 248.57º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321FA4 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5031164-
CMYK0.700.8100.36
HSL248.57º68.21%38.24%-
HSV(B)248.57º81.1%64.31%-
XYZ8.514.3435.51-
YUV51.84191.29126.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 164 (64.45% from 255) = 66.94%
R=20.41%
G=12.65%
B=66.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50311640.700.8100.36248.5768.2138.24
Hex321FA44651024f94426
Octal623724410612104437110446
Binary1100101111110100100100011010100010100100111110011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321fa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321fa4; }

 p { color: rgb(50,31,164); }

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

<style>
 a { background-color: #321fa4; }

 a { background-color: rgb(50,31,164); }

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

<style>
 span { border-color: #321fa4; }

 span { border-color: rgb(50,31,164); }

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