Html Css Color HEX #3316AA Ultramarine

📋 copy color: '#3316AA'

red 51 ◦ green 22 ◦ blue 170

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

Shades of Ultramarine #3316AA

Tints of Ultramarine #3316AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 69.96%

R = 20.99%
G = 9.05%
B = 69.96%

CMYK

 C value IS 0.7

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3316AA (or 0x3316AA) is known color: Ultramarine. HEX triplet: 33, 16 and AA. RGB value is (51,22,170). Sum of RGB (Red+Green+Blue) = 51+22+170=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #3316AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3316AA is #CCE955. Grayscale: #2E2E2E. Windows color (decimal): -13429078 or 11146803. OLE color: 11146803.

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

Color convert

RGB 51 22 170 -
CMYK 0.7 0.87 0 0.33
HSL 251.76º 0.77% 0.38% -
HSV(B) 251.76º 0.87% 0.67% -
XYZ 8.91 4.18 38.37 -
YUV 47.54 197.11 130.47 -
System Red Green Blue C M Y K H S L
Decimal 51 22 170 0.7 0.87 0 0.33 251.76 0.77 0.38
Hex 33 16 AA 46 57 0 21 FC 4D 26
Octal 63 26 252 106 127 0 41 374 115 46
Binary 110011 10110 10101010 1000110 1010111 0 100001 11111100 1001101 100110

Color Harmonies of #3316AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3316AA

Black with #3316AA

Text Example


Text Example

White with #3316AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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