#3415AB

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

Shades of Ultramarine #3415AB

Tints of Ultramarine #3415AB

Color information

#3415AB (or 0x3415AB) is unknown color: approx Ultramarine. HEX triplet: 34, 15 and AB. RGB value is (52,21,171). Sum of RGB (Red+Green+Blue) = 52+21+171=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #3415AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3415AB is #CBEA54. Grayscale: #2E2E2E. Windows color (decimal): -13363797 or 11212084. OLE color: 11212084.

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

Color convert

RGB5221171-
CMYK0.700.8800.33
HSL252.4º78.12%37.65%-
HSV(B)252.4º87.72%67.06%-
XYZ9.044.2138.86-
YUV47.37197.77131.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 171 (67.19% from 255) = 70.08%
R=21.31%
G=8.61%
B=70.08%

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
Decimal52211710.700.8800.33252.478.1237.65
Hex3415AB4658021fc4e26
Octal642525310613004137411646
Binary1101001010110101011100011010110000100001111111001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3415AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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