Html Css Color HEX #3011B5 Ultramarine

📋 copy color: '#3011B5'

red 48 ◦ green 17 ◦ blue 181

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

Shades of Ultramarine #3011B5

Tints of Ultramarine #3011B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 73.58%

R = 19.51%
G = 6.91%
B = 73.58%

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

#3011B5 (or 0x3011B5) is known color: Ultramarine. HEX triplet: 30, 11 and B5. RGB value is (48,17,181). Sum of RGB (Red+Green+Blue) = 48+17+181=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 181 (71.09% from 255 or 73.58% from 246); Max value from RGB is 181 - color contains mainly: blue. Hex color #3011B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011B5 is #CFEE4A. Grayscale: #2C2C2C. Windows color (decimal): -13626955 or 11866416. OLE color: 11866416.

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

Color convert

RGB 48 17 181 -
CMYK 0.73 0.91 0 0.29
HSL 251.34º 0.83% 0.39% -
HSV(B) 251.34º 0.91% 0.71% -
XYZ 9.76 4.37 44.04 -
YUV 44.97 204.77 130.16 -
System Red Green Blue C M Y K H S L
Decimal 48 17 181 0.73 0.91 0 0.29 251.34 0.83 0.39
Hex 30 11 B5 49 5B 0 1D FB 53 27
Octal 60 21 265 111 133 0 35 373 123 47
Binary 110000 10001 10110101 1001001 1011011 0 11101 11111011 1010011 100111

Color Harmonies of #3011B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3011B5

Black with #3011B5

Text Example


Text Example

White with #3011B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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