#300EAC

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

Shades of Ultramarine #300EAC

Tints of Ultramarine #300EAC

Color information

#300EAC (or 0x300EAC) is unknown color: approx Ultramarine. HEX triplet: 30, 0E and AC. RGB value is (48,14,172). Sum of RGB (Red+Green+Blue) = 48+14+172=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #300EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300EAC is #CFF153. Grayscale: #292929. Windows color (decimal): -13627732 or 11275824. OLE color: 11275824.

HSL color Cylindrical-coordinate representation of color #300EAC: hue angle of 252.91º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300EAC is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4814172-
CMYK0.720.9200.33
HSL252.91º84.95%36.47%-
HSV(B)252.91º91.86%67.45%-
XYZ8.823.9239.32-
YUV42.18201.26132.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 172 (67.58% from 255) = 73.50%
R=20.51%
G=5.98%
B=73.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48141720.720.9200.33252.9184.9536.47
Hex30EAC485C021fd5524
Octal601625411013404137512544
Binary110000111010101100100100010111000100001111111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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