Html Css Color HEX #3312AB Ultramarine

📋 copy color: '#3312AB'

red 51 ◦ green 18 ◦ blue 171

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

Shades of Ultramarine #3312AB

Tints of Ultramarine #3312AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

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

R = 21.25%
G = 7.5%
B = 71.25%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3312AB (or 0x3312AB) is known color: Ultramarine. HEX triplet: 33, 12 and AB. RGB value is (51,18,171). Sum of RGB (Red+Green+Blue) = 51+18+171=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #3312AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3312AB is #CCED54. Grayscale: #2C2C2C. Windows color (decimal): -13430101 or 11211315. OLE color: 11211315.

HSL color Cylindrical-coordinate representation of color #3312AB: hue angle of 252.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3312AB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 18 171 -
CMYK 0.70 0.89 0 0.33
HSL 252.94º 0.81% 0.37% -
HSV(B) 252.94º 0.89% 0.67% -
XYZ 8.93 4.08 38.84 -
YUV 45.31 198.93 132.06 -
System Red Green Blue C M Y K H S L
Decimal 51 18 171 0.70 0.89 0 0.33 252.94 0.81 0.37
Hex 33 12 AB 46 59 0 21 FD 51 25
Octal 63 22 253 106 131 0 41 375 121 45
Binary 110011 10010 10101011 1000110 1011001 0 100001 11111101 1010001 100101

Color Harmonies of #3312AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3312AB

Black with #3312AB

Text Example


Text Example

White with #3312AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3312AB; }

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

 H1.HeaderClassName
 {
   color: #3312AB;
 }
 .AnyTagClassName
 {
   color: #3312AB;
 }
</style>

background-color css

<style>
 a { background-color: #3312AB; }

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

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

border-color css

<style>
 span { border-color: #3312AB; }

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

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