#3012A7

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

Shades of Ultramarine #3012A7

Tints of Ultramarine #3012A7

Color information

#3012A7 (or 0x3012A7) is unknown color: approx Ultramarine. HEX triplet: 30, 12 and A7. RGB value is (48,18,167). Sum of RGB (Red+Green+Blue) = 48+18+167=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 167 (65.62% from 255 or 71.67% from 233); Max value from RGB is 167 - color contains mainly: blue. Hex color #3012A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3012A7 is #CFED58. Grayscale: #2B2B2B. Windows color (decimal): -13626713 or 10949168. OLE color: 10949168.

HSL color Cylindrical-coordinate representation of color #3012A7: hue angle of 252.08º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3012A7 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4818167-
CMYK0.710.8900.35
HSL252.08º80.54%36.27%-
HSV(B)252.08º89.22%65.49%-
XYZ8.413.8536.86-
YUV43.96197.44130.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 167 (65.62% from 255) = 71.67%
R=20.60%
G=7.73%
B=71.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48181670.710.8900.35252.0880.5436.27
Hex3012A74759023fc5124
Octal602224710713104337412144
Binary1100001001010100111100011110110010100011111111001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3012A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3012A7; }

 p { color: rgb(48,18,167); }

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

<style>
 a { background-color: #3012A7; }

 a { background-color: rgb(48,18,167); }

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

<style>
 span { border-color: #3012A7; }

 span { border-color: rgb(48,18,167); }

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