Html Css Color HEX #3011AA Ultramarine

📋 copy color: '#3011AA'

red 48 ◦ green 17 ◦ blue 170

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

Shades of Ultramarine #3011AA

Tints of Ultramarine #3011AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 20.43%
G = 7.23%
B = 72.34%

CMYK

 C value IS 0.72

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3011AA (or 0x3011AA) is known color: Ultramarine. HEX triplet: 30, 11 and AA. RGB value is (48,17,170). Sum of RGB (Red+Green+Blue) = 48+17+170=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #3011AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3011AA is #CFEE55. Grayscale: #2B2B2B. Windows color (decimal): -13626966 or 11145520. OLE color: 11145520.

HSL color Cylindrical-coordinate representation of color #3011AA: hue angle of 252.16º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3011AA is Cyan = 0.72, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 17 170 -
CMYK 0.72 0.9 0 0.33
HSL 252.16º 0.82% 0.37% -
HSV(B) 252.16º 0.9% 0.67% -
XYZ 8.68 3.93 38.33 -
YUV 43.71 199.27 131.06 -
System Red Green Blue C M Y K H S L
Decimal 48 17 170 0.72 0.9 0 0.33 252.16 0.82 0.37
Hex 30 11 AA 48 5A 0 21 FC 52 25
Octal 60 21 252 110 132 0 41 374 122 45
Binary 110000 10001 10101010 1001000 1011010 0 100001 11111100 1010010 100101

Color Harmonies of #3011AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3011AA

Black with #3011AA

Text Example


Text Example

White with #3011AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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