Html Css Color HEX #3110BB Ultramarine

📋 copy color: '#3110BB'

red 49 ◦ green 16 ◦ blue 187

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

Shades of Ultramarine #3110BB

Tints of Ultramarine #3110BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 19.44%
G = 6.35%
B = 74.21%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3110BB (or 0x3110BB) is known color: Ultramarine. HEX triplet: 31, 10 and BB. RGB value is (49,16,187). Sum of RGB (Red+Green+Blue) = 49+16+187=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #3110BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3110BB is #CEEF44. Grayscale: #2C2C2C. Windows color (decimal): -13561669 or 12259377. OLE color: 12259377.

HSL color Cylindrical-coordinate representation of color #3110BB: hue angle of 251.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3110BB is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 16 187 -
CMYK 0.74 0.91 0 0.27
HSL 251.58º 0.84% 0.4% -
HSV(B) 251.58º 0.91% 0.73% -
XYZ 10.42 4.61 47.35 -
YUV 45.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 49 16 187 0.74 0.91 0 0.27 251.58 0.84 0.4
Hex 31 10 BB 4A 5B 0 1B FC 54 28
Octal 61 20 273 112 133 0 33 374 124 50
Binary 110001 10000 10111011 1001010 1011011 0 11011 11111100 1010100 101000

Color Harmonies of #3110BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3110BB

Black with #3110BB

Text Example


Text Example

White with #3110BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3110BB; }

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

 H1.HeaderClassName
 {
   color: #3110BB;
 }
 .AnyTagClassName
 {
   color: #3110BB;
 }
</style>

background-color css

<style>
 a { background-color: #3110BB; }

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

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

border-color css

<style>
 span { border-color: #3110BB; }

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

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