Html Css Color HEX #310BA9 Ultramarine

📋 copy color: '#310BA9'

red 49 ◦ green 11 ◦ blue 169

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

Shades of Ultramarine #310BA9

Tints of Ultramarine #310BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.8%

 BLUE value IS 169 (66.41% from 255) = 73.8%

R = 21.4%
G = 4.8%
B = 73.8%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#310BA9 (or 0x310BA9) is known color: Ultramarine. HEX triplet: 31, 0B and A9. RGB value is (49,11,169). Sum of RGB (Red+Green+Blue) = 49+11+169=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 169 (66.41% from 255 or 73.80% from 229); Max value from RGB is 169 - color contains mainly: blue. Hex color #310BA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310BA9 is #CEF456. Grayscale: #272727. Windows color (decimal): -13562967 or 11078449. OLE color: 11078449.

HSL color Cylindrical-coordinate representation of color #310BA9: hue angle of 254.43º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310BA9 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 11 169 -
CMYK 0.71 0.93 0 0.34
HSL 254.43º 0.88% 0.35% -
HSV(B) 254.43º 0.93% 0.66% -
XYZ 8.55 3.76 37.81 -
YUV 40.37 200.59 134.15 -
System Red Green Blue C M Y K H S L
Decimal 49 11 169 0.71 0.93 0 0.34 254.43 0.88 0.35
Hex 31 B A9 47 5D 0 22 FE 58 23
Octal 61 13 251 107 135 0 42 376 130 43
Binary 110001 1011 10101001 1000111 1011101 0 100010 11111110 1011000 100011

Color Harmonies of #310BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BA9

Black with #310BA9

Text Example


Text Example

White with #310BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,11,169); }

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

background-color css

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

 a { background-color: rgb(49,11,169); }

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

border-color css

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

 span { border-color: rgb(49,11,169); }

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