Html Css Color HEX #311CAC Ultramarine

📋 copy color: '#311CAC'

red 49 ◦ green 28 ◦ blue 172

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

Shades of Ultramarine #311CAC

Tints of Ultramarine #311CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

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

R = 19.68%
G = 11.24%
B = 69.08%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#311CAC (or 0x311CAC) is known color: Ultramarine. HEX triplet: 31, 1C and AC. RGB value is (49,28,172). Sum of RGB (Red+Green+Blue) = 49+28+172=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #311CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311CAC is #CEE353. Grayscale: #323232. Windows color (decimal): -13558612 or 11279409. OLE color: 11279409.

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

Color convert

RGB 49 28 172 -
CMYK 0.72 0.84 0 0.33
HSL 248.75º 0.72% 0.39% -
HSV(B) 248.75º 0.84% 0.67% -
XYZ 9.13 4.46 39.41 -
YUV 50.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 49 28 172 0.72 0.84 0 0.33 248.75 0.72 0.39
Hex 31 1C AC 48 54 0 21 F9 48 27
Octal 61 34 254 110 124 0 41 371 110 47
Binary 110001 11100 10101100 1001000 1010100 0 100001 11111001 1001000 100111

Color Harmonies of #311CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CAC

Black with #311CAC

Text Example


Text Example

White with #311CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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