Html Css Color HEX #310FB3 Ultramarine

📋 copy color: '#310FB3'

red 49 ◦ green 15 ◦ blue 179

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

Shades of Ultramarine #310FB3

Tints of Ultramarine #310FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 73.66%

R = 20.16%
G = 6.17%
B = 73.66%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#310FB3 (or 0x310FB3) is known color: Ultramarine. HEX triplet: 31, 0F and B3. RGB value is (49,15,179). Sum of RGB (Red+Green+Blue) = 49+15+179=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 179 (70.31% from 255 or 73.66% from 243); Max value from RGB is 179 - color contains mainly: blue. Hex color #310FB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310FB3 is #CEF04C. Grayscale: #2B2B2B. Windows color (decimal): -13561933 or 11734833. OLE color: 11734833.

HSL color Cylindrical-coordinate representation of color #310FB3: hue angle of 252.44º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310FB3 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 15 179 -
CMYK 0.73 0.92 0 0.30
HSL 252.44º 0.85% 0.38% -
HSV(B) 252.44º 0.92% 0.7% -
XYZ 9.57 4.25 42.96 -
YUV 43.86 204.26 131.66 -
System Red Green Blue C M Y K H S L
Decimal 49 15 179 0.73 0.92 0 0.30 252.44 0.85 0.38
Hex 31 F B3 49 5C 0 1E FC 55 26
Octal 61 17 263 111 134 0 36 374 125 46
Binary 110001 1111 10110011 1001001 1011100 0 11110 11111100 1010101 100110

Color Harmonies of #310FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310FB3

Black with #310FB3

Text Example


Text Example

White with #310FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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