Html Css Color HEX #311AAF Ultramarine

📋 copy color: '#311AAF'

red 49 ◦ green 26 ◦ blue 175

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

Shades of Ultramarine #311AAF

Tints of Ultramarine #311AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 70%

R = 19.6%
G = 10.4%
B = 70%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#311AAF (or 0x311AAF) is known color: Ultramarine. HEX triplet: 31, 1A and AF. RGB value is (49,26,175). Sum of RGB (Red+Green+Blue) = 49+26+175=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #311AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311AAF is #CEE550. Grayscale: #313131. Windows color (decimal): -13559121 or 11475505. OLE color: 11475505.

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

Color convert

RGB 49 26 175 -
CMYK 0.72 0.85 0 0.31
HSL 249.26º 0.74% 0.39% -
HSV(B) 249.26º 0.85% 0.69% -
XYZ 9.37 4.49 40.93 -
YUV 49.86 198.62 127.38 -
System Red Green Blue C M Y K H S L
Decimal 49 26 175 0.72 0.85 0 0.31 249.26 0.74 0.39
Hex 31 1A AF 48 55 0 1F F9 4A 27
Octal 61 32 257 110 125 0 37 371 112 47
Binary 110001 11010 10101111 1001000 1010101 0 11111 11111001 1001010 100111

Color Harmonies of #311AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311AAF

Black with #311AAF

Text Example


Text Example

White with #311AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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