Html Css Color HEX #310CAC Ultramarine

📋 copy color: '#310CAC'

red 49 ◦ green 12 ◦ blue 172

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

Shades of Ultramarine #310CAC

Tints of Ultramarine #310CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

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

R = 21.03%
G = 5.15%
B = 73.82%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#310CAC (or 0x310CAC) is known color: Ultramarine. HEX triplet: 31, 0C and AC. RGB value is (49,12,172). Sum of RGB (Red+Green+Blue) = 49+12+172=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #310CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310CAC is #CEF353. Grayscale: #282828. Windows color (decimal): -13562708 or 11275313. OLE color: 11275313.

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

Color convert

RGB 49 12 172 -
CMYK 0.72 0.93 0 0.33
HSL 253.88º 0.87% 0.36% -
HSV(B) 253.88º 0.93% 0.67% -
XYZ 8.84 3.89 39.32 -
YUV 41.3 201.76 133.49 -
System Red Green Blue C M Y K H S L
Decimal 49 12 172 0.72 0.93 0 0.33 253.88 0.87 0.36
Hex 31 C AC 48 5D 0 21 FE 57 24
Octal 61 14 254 110 135 0 41 376 127 44
Binary 110001 1100 10101100 1001000 1011101 0 100001 11111110 1010111 100100

Color Harmonies of #310CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CAC

Black with #310CAC

Text Example


Text Example

White with #310CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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