#300AA7

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

Shades of Ultramarine #300AA7

Tints of Ultramarine #300AA7

Color information

#300AA7 (or 0x300AA7) is unknown color: approx Ultramarine. HEX triplet: 30, 0A and A7. RGB value is (48,10,167). Sum of RGB (Red+Green+Blue) = 48+10+167=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 167 (65.62% from 255 or 74.22% from 225); Max value from RGB is 167 - color contains mainly: blue. Hex color #300AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300AA7 is #CFF558. Grayscale: #262626. Windows color (decimal): -13628761 or 10947120. OLE color: 10947120.

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

Color convert

RGB4810167-
CMYK0.710.9400.35
HSL254.52º88.7%34.71%-
HSV(B)254.52º94.01%65.49%-
XYZ8.33.6436.82-
YUV39.26200.09134.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 167 (65.62% from 255) = 74.22%
R=21.33%
G=4.44%
B=74.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48101670.710.9400.35254.5288.734.71
Hex30AA7475E023ff5923
Octal601224710713604337713143
Binary110000101010100111100011110111100100011111111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300AA7; }

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

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

<style>
 a { background-color: #300AA7; }

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

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

<style>
 span { border-color: #300AA7; }

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

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