#3017A0

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

Shades of Ultramarine #3017A0

Tints of Ultramarine #3017A0

Color information

#3017A0 (or 0x3017A0) is unknown color: approx Ultramarine. HEX triplet: 30, 17 and A0. RGB value is (48,23,160). Sum of RGB (Red+Green+Blue) = 48+23+160=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 160 (62.89% from 255 or 69.26% from 231); Max value from RGB is 160 - color contains mainly: blue. Hex color #3017A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3017A0 is #CFE85F. Grayscale: #2D2D2D. Windows color (decimal): -13625440 or 10491696. OLE color: 10491696.

HSL color Cylindrical-coordinate representation of color #3017A0: hue angle of 250.95º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3017A0 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4823160-
CMYK0.700.8600.37
HSL250.95º74.86%35.88%-
HSV(B)250.95º85.62%62.75%-
XYZ7.873.7833.57-
YUV46.09192.28129.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 23 (9.38% from 255) = 9.96%
BLUE value IS 160 (62.89% from 255) = 69.26%
R=20.78%
G=9.96%
B=69.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48231600.700.8600.37250.9574.8635.88
Hex3017A04656025fb4b24
Octal602724010612604537311344
Binary1100001011110100000100011010101100100101111110111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3017A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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