Html Css Color HEX #331AAF Ultramarine

📋 copy color: '#331AAF'

red 51 ◦ green 26 ◦ blue 175

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

Shades of Ultramarine #331AAF

Tints of Ultramarine #331AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 69.44%

R = 20.24%
G = 10.32%
B = 69.44%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#331AAF (or 0x331AAF) is known color: Ultramarine. HEX triplet: 33, 1A and AF. RGB value is (51,26,175). Sum of RGB (Red+Green+Blue) = 51+26+175=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #331AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331AAF is #CCE550. Grayscale: #313131. Windows color (decimal): -13428049 or 11475507. OLE color: 11475507.

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

Color convert

RGB 51 26 175 -
CMYK 0.71 0.85 0 0.31
HSL 250.07º 0.74% 0.39% -
HSV(B) 250.07º 0.85% 0.69% -
XYZ 9.47 4.54 40.93 -
YUV 50.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 51 26 175 0.71 0.85 0 0.31 250.07 0.74 0.39
Hex 33 1A AF 47 55 0 1F FA 4A 27
Octal 63 32 257 107 125 0 37 372 112 47
Binary 110011 11010 10101111 1000111 1010101 0 11111 11111010 1001010 100111

Color Harmonies of #331AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331AAF

Black with #331AAF

Text Example


Text Example

White with #331AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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