#3414AB

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

Shades of Ultramarine #3414AB

Tints of Ultramarine #3414AB

Color information

#3414AB (or 0x3414AB) is unknown color: approx Ultramarine. HEX triplet: 34, 14 and AB. RGB value is (52,20,171). Sum of RGB (Red+Green+Blue) = 52+20+171=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3414AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3414AB is #CBEB54. Grayscale: #2E2E2E. Windows color (decimal): -13364053 or 11211828. OLE color: 11211828.

HSL color Cylindrical-coordinate representation of color #3414AB: hue angle of 252.72º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3414AB is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5220171-
CMYK0.700.8800.33
HSL252.72º79.06%37.45%-
HSV(B)252.72º88.3%67.06%-
XYZ9.024.1738.86-
YUV46.78198.1131.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=21.40%
G=8.23%
B=70.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52201710.700.8800.33252.7279.0637.45
Hex3414AB4658021fd4f25
Octal642425310613004137511745
Binary1101001010010101011100011010110000100001111111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3414AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3414AB; }

 p { color: rgb(52,20,171); }

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

<style>
 a { background-color: #3414AB; }

 a { background-color: rgb(52,20,171); }

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

<style>
 span { border-color: #3414AB; }

 span { border-color: rgb(52,20,171); }

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