Html Css Color HEX #310BAF Ultramarine

📋 copy color: '#310BAF'

red 49 ◦ green 11 ◦ blue 175

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

Shades of Ultramarine #310BAF

Tints of Ultramarine #310BAF

RGB

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

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

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

R = 20.85%
G = 4.68%
B = 74.47%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#310BAF (or 0x310BAF) is known color: Ultramarine. HEX triplet: 31, 0B and AF. RGB value is (49,11,175). Sum of RGB (Red+Green+Blue) = 49+11+175=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #310BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310BAF is #CEF450. Grayscale: #282828. Windows color (decimal): -13562961 or 11471665. OLE color: 11471665.

HSL color Cylindrical-coordinate representation of color #310BAF: hue angle of 253.9º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310BAF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 11 175 -
CMYK 0.72 0.94 0 0.31
HSL 253.9º 0.88% 0.36% -
HSV(B) 253.9º 0.94% 0.69% -
XYZ 9.12 3.99 40.85 -
YUV 41.06 203.59 133.66 -
System Red Green Blue C M Y K H S L
Decimal 49 11 175 0.72 0.94 0 0.31 253.9 0.88 0.36
Hex 31 B AF 48 5E 0 1F FE 58 24
Octal 61 13 257 110 136 0 37 376 130 44
Binary 110001 1011 10101111 1001000 1011110 0 11111 11111110 1011000 100100

Color Harmonies of #310BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BAF

Black with #310BAF

Text Example


Text Example

White with #310BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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