Html Css Color HEX #331AAB Ultramarine

📋 copy color: '#331AAB'

red 51 ◦ green 26 ◦ blue 171

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

Shades of Ultramarine #331AAB

Tints of Ultramarine #331AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 20.56%
G = 10.48%
B = 68.95%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#331AAB (or 0x331AAB) is known color: Ultramarine. HEX triplet: 33, 1A and AB. RGB value is (51,26,171). Sum of RGB (Red+Green+Blue) = 51+26+171=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #331AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331AAB is #CCE554. Grayscale: #313131. Windows color (decimal): -13428053 or 11213363. OLE color: 11213363.

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

Color convert

RGB 51 26 171 -
CMYK 0.70 0.85 0 0.33
HSL 250.34º 0.74% 0.39% -
HSV(B) 250.34º 0.85% 0.67% -
XYZ 9.09 4.38 38.9 -
YUV 50.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 51 26 171 0.70 0.85 0 0.33 250.34 0.74 0.39
Hex 33 1A AB 46 55 0 21 FA 4A 27
Octal 63 32 253 106 125 0 41 372 112 47
Binary 110011 11010 10101011 1000110 1010101 0 100001 11111010 1001010 100111

Color Harmonies of #331AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331AAB

Black with #331AAB

Text Example


Text Example

White with #331AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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