Html Css Color HEX #3316A5 Ultramarine

📋 copy color: '#3316A5'

red 51 ◦ green 22 ◦ blue 165

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

Shades of Ultramarine #3316A5

Tints of Ultramarine #3316A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 69.33%

R = 21.43%
G = 9.24%
B = 69.33%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3316A5 (or 0x3316A5) is known color: Ultramarine. HEX triplet: 33, 16 and A5. RGB value is (51,22,165). Sum of RGB (Red+Green+Blue) = 51+22+165=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 165 (64.84% from 255 or 69.33% from 238); Max value from RGB is 165 - color contains mainly: blue. Hex color #3316A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3316A5 is #CCE95A. Grayscale: #2E2E2E. Windows color (decimal): -13429083 or 10819123. OLE color: 10819123.

HSL color Cylindrical-coordinate representation of color #3316A5: hue angle of 252.17º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3316A5 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 22 165 -
CMYK 0.69 0.87 0 0.35
HSL 252.17º 0.76% 0.37% -
HSV(B) 252.17º 0.87% 0.65% -
XYZ 8.44 3.99 35.92 -
YUV 46.97 194.61 130.87 -
System Red Green Blue C M Y K H S L
Decimal 51 22 165 0.69 0.87 0 0.35 252.17 0.76 0.37
Hex 33 16 A5 45 57 0 23 FC 4C 25
Octal 63 26 245 105 127 0 43 374 114 45
Binary 110011 10110 10100101 1000101 1010111 0 100011 11111100 1001100 100101

Color Harmonies of #3316A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3316A5

Black with #3316A5

Text Example


Text Example

White with #3316A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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