#3004AB

Color #3004AB Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #3004AB

Tints of Ultramarine #3004AB

Color information

#3004AB (or 0x3004AB) is unknown color: approx Ultramarine. HEX triplet: 30, 04 and AB. RGB value is (48,4,171). Sum of RGB (Red+Green+Blue) = 48+4+171=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #3004AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3004AB is #CFFB54. Grayscale: #232323. Windows color (decimal): -13630293 or 11207728. OLE color: 11207728.

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

Color convert

RGB484171-
CMYK0.720.9800.33
HSL255.81º95.43%34.31%-
HSV(B)255.81º97.66%67.06%-
XYZ8.613.6638.78-
YUV36.19204.08136.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 171 (67.19% from 255) = 76.68%
R=21.52%
G=1.79%
B=76.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4841710.720.9800.33255.8195.4334.31
Hex304AB48620211005f22
Octal60425311014204140013742
Binary110000100101010111001000110001001000011000000001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3004AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3004AB;
 }
 .AnyTagClassName
 {
   color: #3004AB;
 }
</style>
background-color css

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

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

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

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

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

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