Html Css Color HEX #3316AD Ultramarine

📋 copy color: '#3316AD'

red 51 ◦ green 22 ◦ blue 173

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

Shades of Ultramarine #3316AD

Tints of Ultramarine #3316AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 20.73%
G = 8.94%
B = 70.33%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3316AD (or 0x3316AD) is known color: Ultramarine. HEX triplet: 33, 16 and AD. RGB value is (51,22,173). Sum of RGB (Red+Green+Blue) = 51+22+173=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #3316AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3316AD is #CCE952. Grayscale: #2F2F2F. Windows color (decimal): -13429075 or 11343411. OLE color: 11343411.

HSL color Cylindrical-coordinate representation of color #3316AD: hue angle of 251.52º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3316AD is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 22 173 -
CMYK 0.71 0.87 0 0.32
HSL 251.52º 0.77% 0.38% -
HSV(B) 251.52º 0.87% 0.68% -
XYZ 9.19 4.29 39.88 -
YUV 47.89 198.61 130.22 -
System Red Green Blue C M Y K H S L
Decimal 51 22 173 0.71 0.87 0 0.32 251.52 0.77 0.38
Hex 33 16 AD 47 57 0 20 FC 4D 26
Octal 63 26 255 107 127 0 40 374 115 46
Binary 110011 10110 10101101 1000111 1010111 0 100000 11111100 1001101 100110

Color Harmonies of #3316AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3316AD

Black with #3316AD

Text Example


Text Example

White with #3316AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3316AD; }

 p { color: rgb(51,22,173); }

 H1.HeaderClassName
 {
   color: #3316AD;
 }
 .AnyTagClassName
 {
   color: #3316AD;
 }
</style>

background-color css

<style>
 a { background-color: #3316AD; }

 a { background-color: rgb(51,22,173); }

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

border-color css

<style>
 span { border-color: #3316AD; }

 span { border-color: rgb(51,22,173); }

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