Html Css Color HEX #3111B6 Ultramarine

📋 copy color: '#3111B6'

red 49 ◦ green 17 ◦ blue 182

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

Shades of Ultramarine #3111B6

Tints of Ultramarine #3111B6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

 BLUE value IS 182 (71.48% from 255) = 73.39%

R = 19.76%
G = 6.85%
B = 73.39%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3111B6 (or 0x3111B6) is known color: Ultramarine. HEX triplet: 31, 11 and B6. RGB value is (49,17,182). Sum of RGB (Red+Green+Blue) = 49+17+182=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 182 (71.48% from 255 or 73.39% from 248); Max value from RGB is 182 - color contains mainly: blue. Hex color #3111B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3111B6 is #CEEE49. Grayscale: #2C2C2C. Windows color (decimal): -13561418 or 11931953. OLE color: 11931953.

HSL color Cylindrical-coordinate representation of color #3111B6: hue angle of 251.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3111B6 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 17 182 -
CMYK 0.73 0.91 0 0.29
HSL 251.64º 0.83% 0.39% -
HSV(B) 251.64º 0.91% 0.71% -
XYZ 9.91 4.43 44.59 -
YUV 45.38 205.1 130.58 -
System Red Green Blue C M Y K H S L
Decimal 49 17 182 0.73 0.91 0 0.29 251.64 0.83 0.39
Hex 31 11 B6 49 5B 0 1D FC 53 27
Octal 61 21 266 111 133 0 35 374 123 47
Binary 110001 10001 10110110 1001001 1011011 0 11101 11111100 1010011 100111

Color Harmonies of #3111B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3111B6

Black with #3111B6

Text Example


Text Example

White with #3111B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3111B6; }

 p { color: rgb(49,17,182); }

 H1.HeaderClassName
 {
   color: #3111B6;
 }
 .AnyTagClassName
 {
   color: #3111B6;
 }
</style>

background-color css

<style>
 a { background-color: #3111B6; }

 a { background-color: rgb(49,17,182); }

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

border-color css

<style>
 span { border-color: #3111B6; }

 span { border-color: rgb(49,17,182); }

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