Html Css Color HEX #321FA5 Ultramarine

📋 copy color: '#321FA5'

red 50 ◦ green 31 ◦ blue 165

#321FA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #321FA5

Tints of Ultramarine #321FA5

RGB

 RED value IS 50 (19.92% from 255) = 20.33%

 GREEN value IS 31 (12.5% from 255) = 12.6%

 BLUE value IS 165 (64.84% from 255) = 67.07%

R = 20.33%
G = 12.6%
B = 67.07%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#321FA5 (or 0x321FA5) is known color: Ultramarine. HEX triplet: 32, 1F and A5. RGB value is (50,31,165). Sum of RGB (Red+Green+Blue) = 50+31+165=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 165 (64.84% from 255 or 67.07% from 246); Max value from RGB is 165 - color contains mainly: blue. Hex color #321FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321FA5 is #CDE05A. Grayscale: #333333. Windows color (decimal): -13492315 or 10821426. OLE color: 10821426.

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

Color convert

RGB 50 31 165 -
CMYK 0.70 0.81 0 0.35
HSL 248.51º 0.68% 0.38% -
HSV(B) 248.51º 0.81% 0.65% -
XYZ 8.6 4.37 35.99 -
YUV 51.96 191.79 126.6 -
System Red Green Blue C M Y K H S L
Decimal 50 31 165 0.70 0.81 0 0.35 248.51 0.68 0.38
Hex 32 1F A5 46 51 0 23 F9 44 26
Octal 62 37 245 106 121 0 43 371 104 46
Binary 110010 11111 10100101 1000110 1010001 0 100011 11111001 1000100 100110

Color Harmonies of #321FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FA5

Black with #321FA5

Text Example


Text Example

White with #321FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #321FA5;
 }
 .AnyTagClassName
 {
   color: #321FA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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