Html Css Color HEX #3000AD Ultramarine

📋 copy color: '#3000AD'

red 48 ◦ green 0 ◦ blue 173

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

Shades of Ultramarine #3000AD

Tints of Ultramarine #3000AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.72%
G = 0%
B = 78.28%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3000AD (or 0x3000AD) is known color: Ultramarine. HEX triplet: 30, 00 and AD. RGB value is (48,0,173). Sum of RGB (Red+Green+Blue) = 48+0+173=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #3000AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3000AD is #CFFF52. Grayscale: #212121. Windows color (decimal): -13631315 or 11337776. OLE color: 11337776.

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

Color convert

RGB 48 0 173 -
CMYK 0.72 1 0 0.32
HSL 256.65º 1% 0.34% -
HSV(B) 256.65º 1% 0.68% -
XYZ 8.76 3.65 39.78 -
YUV 34.07 206.4 137.93 -
System Red Green Blue C M Y K H S L
Decimal 48 0 173 0.72 1 0 0.32 256.65 1 0.34
Hex 30 0 AD 48 64 0 20 101 64 22
Octal 60 0 255 110 144 0 40 401 144 42
Binary 110000 0 10101101 1001000 1100100 0 100000 100000001 1100100 100010

Color Harmonies of #3000AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3000AD

Black with #3000AD

Text Example


Text Example

White with #3000AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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