Html Css Color HEX #311AAC Ultramarine

📋 copy color: '#311AAC'

red 49 ◦ green 26 ◦ blue 172

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

Shades of Ultramarine #311AAC

Tints of Ultramarine #311AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.53%

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

R = 19.84%
G = 10.53%
B = 69.64%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#311AAC (or 0x311AAC) is known color: Ultramarine. HEX triplet: 31, 1A and AC. RGB value is (49,26,172). Sum of RGB (Red+Green+Blue) = 49+26+172=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #311AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311AAC is #CEE553. Grayscale: #303030. Windows color (decimal): -13559124 or 11278897. OLE color: 11278897.

HSL color Cylindrical-coordinate representation of color #311AAC: hue angle of 249.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311AAC is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 26 172 -
CMYK 0.72 0.85 0 0.33
HSL 249.45º 0.74% 0.39% -
HSV(B) 249.45º 0.85% 0.67% -
XYZ 9.08 4.37 39.39 -
YUV 49.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 49 26 172 0.72 0.85 0 0.33 249.45 0.74 0.39
Hex 31 1A AC 48 55 0 21 F9 4A 27
Octal 61 32 254 110 125 0 41 371 112 47
Binary 110001 11010 10101100 1001000 1010101 0 100001 11111001 1001010 100111

Color Harmonies of #311AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311AAC

Black with #311AAC

Text Example


Text Example

White with #311AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311AAC; }

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

 H1.HeaderClassName
 {
   color: #311AAC;
 }
 .AnyTagClassName
 {
   color: #311AAC;
 }
</style>

background-color css

<style>
 a { background-color: #311AAC; }

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

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

border-color css

<style>
 span { border-color: #311AAC; }

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

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