#301BA5

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

Shades of Ultramarine #301BA5

Tints of Ultramarine #301BA5

Color information

#301BA5 (or 0x301BA5) is unknown color: approx Ultramarine. HEX triplet: 30, 1B and A5. RGB value is (48,27,165). Sum of RGB (Red+Green+Blue) = 48+27+165=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 165 (64.84% from 255 or 68.75% from 240); Max value from RGB is 165 - color contains mainly: blue. Hex color #301BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301BA5 is #CFE45A. Grayscale: #303030. Windows color (decimal): -13624411 or 10820400. OLE color: 10820400.

HSL color Cylindrical-coordinate representation of color #301BA5: hue angle of 249.13º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301BA5 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4827165-
CMYK0.710.8400.35
HSL249.13º71.88%37.65%-
HSV(B)249.13º83.64%64.71%-
XYZ8.44.1335.95-
YUV49.01193.46127.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 165 (64.84% from 255) = 68.75%
R=20%
G=11.25%
B=68.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48271650.710.8400.35249.1371.8837.65
Hex301BA54754023f94826
Octal603324510712404337111046
Binary1100001101110100101100011110101000100011111110011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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