Html Css Color HEX #331CAC Ultramarine

📋 copy color: '#331CAC'

red 51 ◦ green 28 ◦ blue 172

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

Shades of Ultramarine #331CAC

Tints of Ultramarine #331CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

 BLUE value IS 172 (67.58% from 255) = 68.53%

R = 20.32%
G = 11.16%
B = 68.53%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#331CAC (or 0x331CAC) is known color: Ultramarine. HEX triplet: 33, 1C and AC. RGB value is (51,28,172). Sum of RGB (Red+Green+Blue) = 51+28+172=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #331CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331CAC is #CCE353. Grayscale: #323232. Windows color (decimal): -13427540 or 11279411. OLE color: 11279411.

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

Color convert

RGB 51 28 172 -
CMYK 0.70 0.84 0 0.33
HSL 249.58º 0.72% 0.39% -
HSV(B) 249.58º 0.84% 0.67% -
XYZ 9.23 4.51 39.41 -
YUV 51.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 51 28 172 0.70 0.84 0 0.33 249.58 0.72 0.39
Hex 33 1C AC 46 54 0 21 FA 48 27
Octal 63 34 254 106 124 0 41 372 110 47
Binary 110011 11100 10101100 1000110 1010100 0 100001 11111010 1001000 100111

Color Harmonies of #331CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CAC

Black with #331CAC

Text Example


Text Example

White with #331CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,28,172); }

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

background-color css

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

 a { background-color: rgb(51,28,172); }

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

border-color css

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

 span { border-color: rgb(51,28,172); }

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