Html Css Color HEX #3311AC Ultramarine

📋 copy color: '#3311AC'

red 51 ◦ green 17 ◦ blue 172

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

Shades of Ultramarine #3311AC

Tints of Ultramarine #3311AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.08%

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

R = 21.25%
G = 7.08%
B = 71.67%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3311AC (or 0x3311AC) is known color: Ultramarine. HEX triplet: 33, 11 and AC. RGB value is (51,17,172). Sum of RGB (Red+Green+Blue) = 51+17+172=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #3311AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3311AC is #CCEE53. Grayscale: #2C2C2C. Windows color (decimal): -13430356 or 11276595. OLE color: 11276595.

HSL color Cylindrical-coordinate representation of color #3311AC: hue angle of 253.16º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3311AC is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 17 172 -
CMYK 0.70 0.90 0 0.33
HSL 253.16º 0.82% 0.37% -
HSV(B) 253.16º 0.9% 0.67% -
XYZ 9.01 4.08 39.34 -
YUV 44.84 199.76 132.4 -
System Red Green Blue C M Y K H S L
Decimal 51 17 172 0.70 0.90 0 0.33 253.16 0.82 0.37
Hex 33 11 AC 46 5A 0 21 FD 52 25
Octal 63 21 254 106 132 0 41 375 122 45
Binary 110011 10001 10101100 1000110 1011010 0 100001 11111101 1010010 100101

Color Harmonies of #3311AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3311AC

Black with #3311AC

Text Example


Text Example

White with #3311AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3311AC; }

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

 H1.HeaderClassName
 {
   color: #3311AC;
 }
 .AnyTagClassName
 {
   color: #3311AC;
 }
</style>

background-color css

<style>
 a { background-color: #3311AC; }

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

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

border-color css

<style>
 span { border-color: #3311AC; }

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

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