Html Css Color HEX #3315AC Ultramarine

📋 copy color: '#3315AC'

red 51 ◦ green 21 ◦ blue 172

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

Shades of Ultramarine #3315AC

Tints of Ultramarine #3315AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

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

R = 20.9%
G = 8.61%
B = 70.49%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3315AC (or 0x3315AC) is known color: Ultramarine. HEX triplet: 33, 15 and AC. RGB value is (51,21,172). Sum of RGB (Red+Green+Blue) = 51+21+172=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #3315AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3315AC is #CCEA53. Grayscale: #2E2E2E. Windows color (decimal): -13429332 or 11277619. OLE color: 11277619.

HSL color Cylindrical-coordinate representation of color #3315AC: hue angle of 251.92º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3315AC is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 21 172 -
CMYK 0.70 0.88 0 0.33
HSL 251.92º 0.78% 0.38% -
HSV(B) 251.92º 0.88% 0.67% -
XYZ 9.08 4.22 39.37 -
YUV 47.18 198.44 130.72 -
System Red Green Blue C M Y K H S L
Decimal 51 21 172 0.70 0.88 0 0.33 251.92 0.78 0.38
Hex 33 15 AC 46 58 0 21 FC 4E 26
Octal 63 25 254 106 130 0 41 374 116 46
Binary 110011 10101 10101100 1000110 1011000 0 100001 11111100 1001110 100110

Color Harmonies of #3315AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315AC

Black with #3315AC

Text Example


Text Example

White with #3315AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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