Html Css Color HEX #310BBB Ultramarine

📋 copy color: '#310BBB'

red 49 ◦ green 11 ◦ blue 187

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

Shades of Ultramarine #310BBB

Tints of Ultramarine #310BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.71%

R = 19.84%
G = 4.45%
B = 75.71%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#310BBB (or 0x310BBB) is known color: Ultramarine. HEX triplet: 31, 0B and BB. RGB value is (49,11,187). Sum of RGB (Red+Green+Blue) = 49+11+187=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #310BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BBB is #CEF444. Grayscale: #292929. Windows color (decimal): -13562949 or 12258097. OLE color: 12258097.

HSL color Cylindrical-coordinate representation of color #310BBB: hue angle of 252.95º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310BBB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 11 187 -
CMYK 0.74 0.94 0 0.27
HSL 252.95º 0.89% 0.39% -
HSV(B) 252.95º 0.94% 0.73% -
XYZ 10.36 4.48 47.33 -
YUV 42.43 209.59 132.69 -
System Red Green Blue C M Y K H S L
Decimal 49 11 187 0.74 0.94 0 0.27 252.95 0.89 0.39
Hex 31 B BB 4A 5E 0 1B FD 59 27
Octal 61 13 273 112 136 0 33 375 131 47
Binary 110001 1011 10111011 1001010 1011110 0 11011 11111101 1011001 100111

Color Harmonies of #310BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BBB

Black with #310BBB

Text Example


Text Example

White with #310BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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