Html Css Color HEX #310FAC Ultramarine

📋 copy color: '#310FAC'

red 49 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #310FAC

Tints of Ultramarine #310FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

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

R = 20.76%
G = 6.36%
B = 72.88%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#310FAC (or 0x310FAC) is known color: Ultramarine. HEX triplet: 31, 0F and AC. RGB value is (49,15,172). Sum of RGB (Red+Green+Blue) = 49+15+172=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #310FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310FAC is #CEF053. Grayscale: #2A2A2A. Windows color (decimal): -13561940 or 11276081. OLE color: 11276081.

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

Color convert

RGB 49 15 172 -
CMYK 0.72 0.91 0 0.33
HSL 252.99º 0.84% 0.37% -
HSV(B) 252.99º 0.91% 0.67% -
XYZ 8.88 3.97 39.33 -
YUV 43.06 200.76 132.23 -
System Red Green Blue C M Y K H S L
Decimal 49 15 172 0.72 0.91 0 0.33 252.99 0.84 0.37
Hex 31 F AC 48 5B 0 21 FD 54 25
Octal 61 17 254 110 133 0 41 375 124 45
Binary 110001 1111 10101100 1001000 1011011 0 100001 11111101 1010100 100101

Color Harmonies of #310FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310FAC

Black with #310FAC

Text Example


Text Example

White with #310FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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