Html Css Color HEX #310DAC Ultramarine

📋 copy color: '#310DAC'

red 49 ◦ green 13 ◦ blue 172

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

Shades of Ultramarine #310DAC

Tints of Ultramarine #310DAC

RGB

 RED value IS 49 (19.53% from 255) = 20.94%

 GREEN value IS 13 (5.47% from 255) = 5.56%

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

R = 20.94%
G = 5.56%
B = 73.5%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#310DAC (or 0x310DAC) is known color: Ultramarine. HEX triplet: 31, 0D and AC. RGB value is (49,13,172). Sum of RGB (Red+Green+Blue) = 49+13+172=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #310DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310DAC is #CEF253. Grayscale: #292929. Windows color (decimal): -13562452 or 11275569. OLE color: 11275569.

HSL color Cylindrical-coordinate representation of color #310DAC: hue angle of 253.58º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310DAC is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 13 172 -
CMYK 0.72 0.92 0 0.33
HSL 253.58º 0.86% 0.36% -
HSV(B) 253.58º 0.92% 0.67% -
XYZ 8.86 3.92 39.32 -
YUV 41.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 49 13 172 0.72 0.92 0 0.33 253.58 0.86 0.36
Hex 31 D AC 48 5C 0 21 FE 56 24
Octal 61 15 254 110 134 0 41 376 126 44
Binary 110001 1101 10101100 1001000 1011100 0 100001 11111110 1010110 100100

Color Harmonies of #310DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310DAC

Black with #310DAC

Text Example


Text Example

White with #310DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310DAC; }

 p { color: rgb(49,13,172); }

 H1.HeaderClassName
 {
   color: #310DAC;
 }
 .AnyTagClassName
 {
   color: #310DAC;
 }
</style>

background-color css

<style>
 a { background-color: #310DAC; }

 a { background-color: rgb(49,13,172); }

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

border-color css

<style>
 span { border-color: #310DAC; }

 span { border-color: rgb(49,13,172); }

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