#3017AA

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

Shades of Ultramarine #3017AA

Tints of Ultramarine #3017AA

Color information

#3017AA (or 0x3017AA) is unknown color: approx Ultramarine. HEX triplet: 30, 17 and AA. RGB value is (48,23,170). Sum of RGB (Red+Green+Blue) = 48+23+170=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #3017AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3017AA is #CFE855. Grayscale: #2E2E2E. Windows color (decimal): -13625430 or 11147056. OLE color: 11147056.

HSL color Cylindrical-coordinate representation of color #3017AA: hue angle of 250.2º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3017AA is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4823170-
CMYK0.720.8600.33
HSL250.2º76.17%37.84%-
HSV(B)250.2º86.47%66.67%-
XYZ8.784.1438.37-
YUV47.23197.28128.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=19.92%
G=9.54%
B=70.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48231700.720.8600.33250.276.1737.84
Hex3017AA4856021fa4c26
Octal602725211012604137211446
Binary1100001011110101010100100010101100100001111110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3017AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3017AA; }

 p { color: rgb(48,23,170); }

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

<style>
 a { background-color: #3017AA; }

 a { background-color: rgb(48,23,170); }

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

<style>
 span { border-color: #3017AA; }

 span { border-color: rgb(48,23,170); }

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