Html Css Color HEX #310BB0 Ultramarine

📋 copy color: '#310BB0'

red 49 ◦ green 11 ◦ blue 176

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

Shades of Ultramarine #310BB0

Tints of Ultramarine #310BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 74.58%

R = 20.76%
G = 4.66%
B = 74.58%

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

#310BB0 (or 0x310BB0) is known color: Ultramarine. HEX triplet: 31, 0B and B0. RGB value is (49,11,176). Sum of RGB (Red+Green+Blue) = 49+11+176=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 176 (69.14% from 255 or 74.58% from 236); Max value from RGB is 176 - color contains mainly: blue. Hex color #310BB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310BB0 is #CEF44F. Grayscale: #282828. Windows color (decimal): -13562960 or 11537201. OLE color: 11537201.

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

Color convert

RGB 49 11 176 -
CMYK 0.72 0.94 0 0.31
HSL 253.82º 0.88% 0.37% -
HSV(B) 253.82º 0.94% 0.69% -
XYZ 9.22 4.03 41.37 -
YUV 41.17 204.09 133.58 -
System Red Green Blue C M Y K H S L
Decimal 49 11 176 0.72 0.94 0 0.31 253.82 0.88 0.37
Hex 31 B B0 48 5E 0 1F FE 58 25
Octal 61 13 260 110 136 0 37 376 130 45
Binary 110001 1011 10110000 1001000 1011110 0 11111 11111110 1011000 100101

Color Harmonies of #310BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BB0

Black with #310BB0

Text Example


Text Example

White with #310BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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