Html Css Color HEX #3011BA Ultramarine

📋 copy color: '#3011BA'

red 48 ◦ green 17 ◦ blue 186

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

Shades of Ultramarine #3011BA

Tints of Ultramarine #3011BA

RGB

 RED value IS 48 (19.14% from 255) = 19.12%

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

 BLUE value IS 186 (73.05% from 255) = 74.1%

R = 19.12%
G = 6.77%
B = 74.1%

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

#3011BA (or 0x3011BA) is known color: Ultramarine. HEX triplet: 30, 11 and BA. RGB value is (48,17,186). Sum of RGB (Red+Green+Blue) = 48+17+186=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #3011BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011BA is #CFEE45. Grayscale: #2C2C2C. Windows color (decimal): -13626950 or 12194096. OLE color: 12194096.

HSL color Cylindrical-coordinate representation of color #3011BA: hue angle of 251.01º degrees, saturation: 0.83, 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 #3011BA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 17 186 -
CMYK 0.74 0.91 0 0.27
HSL 251.01º 0.83% 0.4% -
HSV(B) 251.01º 0.91% 0.73% -
XYZ 10.28 4.57 46.8 -
YUV 45.54 207.27 129.76 -
System Red Green Blue C M Y K H S L
Decimal 48 17 186 0.74 0.91 0 0.27 251.01 0.83 0.4
Hex 30 11 BA 4A 5B 0 1B FB 53 28
Octal 60 21 272 112 133 0 33 373 123 50
Binary 110000 10001 10111010 1001010 1011011 0 11011 11111011 1010011 101000

Color Harmonies of #3011BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3011BA

Black with #3011BA

Text Example


Text Example

White with #3011BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3011BA; }

 p { color: rgb(48,17,186); }

 H1.HeaderClassName
 {
   color: #3011BA;
 }
 .AnyTagClassName
 {
   color: #3011BA;
 }
</style>

background-color css

<style>
 a { background-color: #3011BA; }

 a { background-color: rgb(48,17,186); }

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

border-color css

<style>
 span { border-color: #3011BA; }

 span { border-color: rgb(48,17,186); }

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