#3004AD

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

Shades of Ultramarine #3004AD

Tints of Ultramarine #3004AD

Color information

#3004AD (or 0x3004AD) is unknown color: approx Ultramarine. HEX triplet: 30, 04 and AD. RGB value is (48,4,173). Sum of RGB (Red+Green+Blue) = 48+4+173=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #3004AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3004AD is #CFFB52. Grayscale: #232323. Windows color (decimal): -13630291 or 11338800. OLE color: 11338800.

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

Color convert

RGB484173-
CMYK0.720.9800.32
HSL255.62º95.48%34.71%-
HSV(B)255.62º97.69%67.84%-
XYZ8.813.7339.79-
YUV36.42205.08136.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 173 (67.97% from 255) = 76.89%
R=21.33%
G=1.78%
B=76.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4841730.720.9800.32255.6295.4834.71
Hex304AD48620201005f23
Octal60425511014204040013743
Binary110000100101011011001000110001001000001000000001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3004AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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