Html Css Color HEX #3000AB Ultramarine

📋 copy color: '#3000AB'

red 48 ◦ green 0 ◦ blue 171

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

Shades of Ultramarine #3000AB

Tints of Ultramarine #3000AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 78.08%

R = 21.92%
G = 0%
B = 78.08%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3000AB (or 0x3000AB) is known color: Ultramarine. HEX triplet: 30, 00 and AB. RGB value is (48,0,171). Sum of RGB (Red+Green+Blue) = 48+0+171=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #3000AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3000AB is #CFFF54. Grayscale: #212121. Windows color (decimal): -13631317 or 11206704. OLE color: 11206704.

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

Color convert

RGB 48 0 171 -
CMYK 0.72 1 0 0.33
HSL 256.84º 1% 0.34% -
HSV(B) 256.84º 1% 0.67% -
XYZ 8.57 3.57 38.77 -
YUV 33.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 48 0 171 0.72 1 0 0.33 256.84 1 0.34
Hex 30 0 AB 48 64 0 21 101 64 22
Octal 60 0 253 110 144 0 41 401 144 42
Binary 110000 0 10101011 1001000 1100100 0 100001 100000001 1100100 100010

Color Harmonies of #3000AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3000AB

Black with #3000AB

Text Example


Text Example

White with #3000AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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