Html Css Color HEX #331AAD Ultramarine

📋 copy color: '#331AAD'

red 51 ◦ green 26 ◦ blue 173

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

Shades of Ultramarine #331AAD

Tints of Ultramarine #331AAD

RGB

 RED value IS 51 (20.31% from 255) = 20.4%

 GREEN value IS 26 (10.55% from 255) = 10.4%

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 20.4%
G = 10.4%
B = 69.2%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#331AAD (or 0x331AAD) is known color: Ultramarine. HEX triplet: 33, 1A and AD. RGB value is (51,26,173). Sum of RGB (Red+Green+Blue) = 51+26+173=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #331AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331AAD is #CCE552. Grayscale: #313131. Windows color (decimal): -13428051 or 11344435. OLE color: 11344435.

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

Color convert

RGB 51 26 173 -
CMYK 0.71 0.85 0 0.32
HSL 250.2º 0.74% 0.39% -
HSV(B) 250.2º 0.85% 0.68% -
XYZ 9.28 4.46 39.91 -
YUV 50.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 51 26 173 0.71 0.85 0 0.32 250.2 0.74 0.39
Hex 33 1A AD 47 55 0 20 FA 4A 27
Octal 63 32 255 107 125 0 40 372 112 47
Binary 110011 11010 10101101 1000111 1010101 0 100000 11111010 1001010 100111

Color Harmonies of #331AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331AAD

Black with #331AAD

Text Example


Text Example

White with #331AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331AAD; }

 p { color: rgb(51,26,173); }

 H1.HeaderClassName
 {
   color: #331AAD;
 }
 .AnyTagClassName
 {
   color: #331AAD;
 }
</style>

background-color css

<style>
 a { background-color: #331AAD; }

 a { background-color: rgb(51,26,173); }

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

border-color css

<style>
 span { border-color: #331AAD; }

 span { border-color: rgb(51,26,173); }

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