#301BAA

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

Shades of Ultramarine #301BAA

Tints of Ultramarine #301BAA

Color information

#301BAA (or 0x301BAA) is unknown color: approx Ultramarine. HEX triplet: 30, 1B and AA. RGB value is (48,27,170). Sum of RGB (Red+Green+Blue) = 48+27+170=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #301BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301BAA is #CFE455. Grayscale: #313131. Windows color (decimal): -13624406 or 11148080. OLE color: 11148080.

HSL color Cylindrical-coordinate representation of color #301BAA: hue angle of 248.81º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301BAA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4827170-
CMYK0.720.8400.33
HSL248.81º72.59%38.63%-
HSV(B)248.81º84.12%66.67%-
XYZ8.874.3138.4-
YUV49.58195.96126.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 170 (66.80% from 255) = 69.39%
R=19.59%
G=11.02%
B=69.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48271700.720.8400.33248.8172.5938.63
Hex301BAA4854021f94927
Octal603325211012404137111147
Binary1100001101110101010100100010101000100001111110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301BAA; }

 p { color: rgb(48,27,170); }

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

<style>
 a { background-color: #301BAA; }

 a { background-color: rgb(48,27,170); }

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

<style>
 span { border-color: #301BAA; }

 span { border-color: rgb(48,27,170); }

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