#3A09B4

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

Shades of Ultramarine #3A09B4

Tints of Ultramarine #3A09B4

Color information

#3A09B4 (or 0x3A09B4) is unknown color: approx Ultramarine. HEX triplet: 3A, 09 and B4. RGB value is (58,9,180). Sum of RGB (Red+Green+Blue) = 58+9+180=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 180 (70.70% from 255 or 72.87% from 247); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A09B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A09B4 is #C5F64B. Grayscale: #2A2A2A. Windows color (decimal): -12973644 or 11798842. OLE color: 11798842.

HSL color Cylindrical-coordinate representation of color #3A09B4: hue angle of 257.19º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A09B4 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB589180-
CMYK0.680.9500.29
HSL257.19º90.48%37.06%-
HSV(B)257.19º95%70.59%-
XYZ10.084.3943.5-
YUV43.14205.23138.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 180 (70.70% from 255) = 72.87%
R=23.48%
G=3.64%
B=72.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5891800.680.9500.29257.1990.4837.06
Hex3A9B4445F01D1015a25
Octal721126410413703540113245
Binary111010100110110100100010010111110111011000000011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A09B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A09B4; }

 p { color: rgb(58,9,180); }

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

<style>
 a { background-color: #3A09B4; }

 a { background-color: rgb(58,9,180); }

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

<style>
 span { border-color: #3A09B4; }

 span { border-color: rgb(58,9,180); }

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