Html Css Color HEX #321BAE Ultramarine

📋 copy color: '#321BAE'

red 50 ◦ green 27 ◦ blue 174

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

Shades of Ultramarine #321BAE

Tints of Ultramarine #321BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.76%

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 19.92%
G = 10.76%
B = 69.32%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#321BAE (or 0x321BAE) is known color: Ultramarine. HEX triplet: 32, 1B and AE. RGB value is (50,27,174). Sum of RGB (Red+Green+Blue) = 50+27+174=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #321BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321BAE is #CDE451. Grayscale: #323232. Windows color (decimal): -13493330 or 11410226. OLE color: 11410226.

HSL color Cylindrical-coordinate representation of color #321BAE: hue angle of 249.39º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321BAE is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 27 174 -
CMYK 0.71 0.84 0 0.32
HSL 249.39º 0.73% 0.39% -
HSV(B) 249.39º 0.84% 0.68% -
XYZ 9.35 4.52 40.42 -
YUV 50.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 50 27 174 0.71 0.84 0 0.32 249.39 0.73 0.39
Hex 32 1B AE 47 54 0 20 F9 49 27
Octal 62 33 256 107 124 0 40 371 111 47
Binary 110010 11011 10101110 1000111 1010100 0 100000 11111001 1001001 100111

Color Harmonies of #321BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BAE

Black with #321BAE

Text Example


Text Example

White with #321BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,27,174); }

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

background-color css

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

 a { background-color: rgb(50,27,174); }

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

border-color css

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

 span { border-color: rgb(50,27,174); }

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