Html Css Color HEX #3011B9 Ultramarine

📋 copy color: '#3011B9'

red 48 ◦ green 17 ◦ blue 185

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

Shades of Ultramarine #3011B9

Tints of Ultramarine #3011B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74%

R = 19.2%
G = 6.8%
B = 74%

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

#3011B9 (or 0x3011B9) is known color: Ultramarine. HEX triplet: 30, 11 and B9. RGB value is (48,17,185). Sum of RGB (Red+Green+Blue) = 48+17+185=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 185 (72.66% from 255 or 74% from 250); Max value from RGB is 185 - color contains mainly: blue. Hex color #3011B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011B9 is #CFEE46. Grayscale: #2C2C2C. Windows color (decimal): -13626951 or 12128560. OLE color: 12128560.

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

Color convert

RGB 48 17 185 -
CMYK 0.74 0.91 0 0.27
HSL 251.07º 0.83% 0.4% -
HSV(B) 251.07º 0.91% 0.73% -
XYZ 10.18 4.53 46.24 -
YUV 45.42 206.77 129.84 -
System Red Green Blue C M Y K H S L
Decimal 48 17 185 0.74 0.91 0 0.27 251.07 0.83 0.4
Hex 30 11 B9 4A 5B 0 1B FB 53 28
Octal 60 21 271 112 133 0 33 373 123 50
Binary 110000 10001 10111001 1001010 1011011 0 11011 11111011 1010011 101000

Color Harmonies of #3011B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3011B9

Black with #3011B9

Text Example


Text Example

White with #3011B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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