Html Css Color HEX #3001AD Ultramarine

📋 copy color: '#3001AD'

red 48 ◦ green 1 ◦ blue 173

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

Shades of Ultramarine #3001AD

Tints of Ultramarine #3001AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 173 (67.97% from 255) = 77.93%

R = 21.62%
G = 0.45%
B = 77.93%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3001AD (or 0x3001AD) is known color: Ultramarine. HEX triplet: 30, 01 and AD. RGB value is (48,1,173). Sum of RGB (Red+Green+Blue) = 48+1+173=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #3001AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3001AD is #CFFE52. Grayscale: #222222. Windows color (decimal): -13631059 or 11338032. OLE color: 11338032.

HSL color Cylindrical-coordinate representation of color #3001AD: hue angle of 256.4º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3001AD is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 1 173 -
CMYK 0.72 0.99 0 0.32
HSL 256.4º 0.99% 0.34% -
HSV(B) 256.4º 0.99% 0.68% -
XYZ 8.77 3.67 39.78 -
YUV 34.66 206.07 137.51 -
System Red Green Blue C M Y K H S L
Decimal 48 1 173 0.72 0.99 0 0.32 256.4 0.99 0.34
Hex 30 1 AD 48 63 0 20 100 63 22
Octal 60 1 255 110 143 0 40 400 143 42
Binary 110000 1 10101101 1001000 1100011 0 100000 100000000 1100011 100010

Color Harmonies of #3001AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3001AD

Black with #3001AD

Text Example


Text Example

White with #3001AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3001AD; }

 p { color: rgb(48,1,173); }

 H1.HeaderClassName
 {
   color: #3001AD;
 }
 .AnyTagClassName
 {
   color: #3001AD;
 }
</style>

background-color css

<style>
 a { background-color: #3001AD; }

 a { background-color: rgb(48,1,173); }

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

border-color css

<style>
 span { border-color: #3001AD; }

 span { border-color: rgb(48,1,173); }

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