#3404B4

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

Shades of Ultramarine #3404B4

Tints of Ultramarine #3404B4

Color information

#3404B4 (or 0x3404B4) is unknown color: approx Ultramarine. HEX triplet: 34, 04 and B4. RGB value is (52,4,180). Sum of RGB (Red+Green+Blue) = 52+4+180=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 180 (70.70% from 255 or 76.27% from 236); Max value from RGB is 180 - color contains mainly: blue. Hex color #3404B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404B4 is #CBFB4B. Grayscale: #252525. Windows color (decimal): -13368140 or 11797556. OLE color: 11797556.

HSL color Cylindrical-coordinate representation of color #3404B4: hue angle of 256.36º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404B4 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB524180-
CMYK0.710.9800.29
HSL256.36º95.65%36.08%-
HSV(B)256.36º97.78%70.59%-
XYZ9.74.1143.46-
YUV38.42207.9137.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 180 (70.70% from 255) = 76.27%
R=22.03%
G=1.69%
B=76.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5241800.710.9800.29256.3695.6536.08
Hex344B4476201D1006024
Octal64426410714203540014044
Binary11010010010110100100011111000100111011000000001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3404B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3404B4; }

 p { color: rgb(52,4,180); }

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

<style>
 a { background-color: #3404B4; }

 a { background-color: rgb(52,4,180); }

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

<style>
 span { border-color: #3404B4; }

 span { border-color: rgb(52,4,180); }

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