#3017AC

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

Shades of Ultramarine #3017AC

Tints of Ultramarine #3017AC

Color information

#3017AC (or 0x3017AC) is unknown color: approx Ultramarine. HEX triplet: 30, 17 and AC. RGB value is (48,23,172). Sum of RGB (Red+Green+Blue) = 48+23+172=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #3017AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3017AC is #CFE853. Grayscale: #2E2E2E. Windows color (decimal): -13625428 or 11278128. OLE color: 11278128.

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

Color convert

RGB4823172-
CMYK0.720.8700.33
HSL250.07º76.41%38.24%-
HSV(B)250.07º86.63%67.45%-
XYZ8.974.2239.37-
YUV47.46198.28128.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 172 (67.58% from 255) = 70.78%
R=19.75%
G=9.47%
B=70.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48231720.720.8700.33250.0776.4138.24
Hex3017AC4857021fa4c26
Octal602725411012704137211446
Binary1100001011110101100100100010101110100001111110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3017AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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