#300AAF

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

Shades of Ultramarine #300AAF

Tints of Ultramarine #300AAF

Color information

#300AAF (or 0x300AAF) is unknown color: approx Ultramarine. HEX triplet: 30, 0A and AF. RGB value is (48,10,175). Sum of RGB (Red+Green+Blue) = 48+10+175=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #300AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300AAF is #CFF550. Grayscale: #272727. Windows color (decimal): -13628753 or 11471408. OLE color: 11471408.

HSL color Cylindrical-coordinate representation of color #300AAF: hue angle of 253.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300AAF is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4810175-
CMYK0.730.9400.31
HSL253.82º89.19%36.27%-
HSV(B)253.82º94.29%68.63%-
XYZ9.073.9440.84-
YUV40.17204.09133.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 175 (68.75% from 255) = 75.11%
R=20.60%
G=4.29%
B=75.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48101750.730.9400.31253.8289.1936.27
Hex30AAF495E01Ffe5924
Octal601225711113603737613144
Binary11000010101010111110010011011110011111111111101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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