#3002AD

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

Shades of Ultramarine #3002AD

Tints of Ultramarine #3002AD

Color information

#3002AD (or 0x3002AD) is unknown color: approx Ultramarine. HEX triplet: 30, 02 and AD. RGB value is (48,2,173). Sum of RGB (Red+Green+Blue) = 48+2+173=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #3002AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3002AD is #CFFD52. Grayscale: #222222. Windows color (decimal): -13630803 or 11338288. OLE color: 11338288.

HSL color Cylindrical-coordinate representation of color #3002AD: hue angle of 256.14º degrees, saturation: 0.98, 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 #3002AD is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB482173-
CMYK0.720.9900.32
HSL256.14º97.71%34.31%-
HSV(B)256.14º98.84%67.84%-
XYZ8.783.6939.78-
YUV35.25205.74137.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 173 (67.97% from 255) = 77.58%
R=21.52%
G=0.90%
B=77.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4821730.720.9900.32256.1497.7134.31
Hex302AD48630201006222
Octal60225511014304040014242
Binary11000010101011011001000110001101000001000000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3002AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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