#3411B1

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

Shades of Ultramarine #3411B1

Tints of Ultramarine #3411B1

Color information

#3411B1 (or 0x3411B1) is unknown color: approx Ultramarine. HEX triplet: 34, 11 and B1. RGB value is (52,17,177). Sum of RGB (Red+Green+Blue) = 52+17+177=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 177 (69.53% from 255 or 71.95% from 246); Max value from RGB is 177 - color contains mainly: blue. Hex color #3411B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3411B1 is #CBEE4E. Grayscale: #2D2D2D. Windows color (decimal): -13364815 or 11604276. OLE color: 11604276.

HSL color Cylindrical-coordinate representation of color #3411B1: hue angle of 253.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3411B1 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5217177-
CMYK0.710.9000.31
HSL253.12º82.47%38.04%-
HSV(B)253.12º90.4%69.41%-
XYZ9.554.3141.92-
YUV45.7202.1132.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 177 (69.53% from 255) = 71.95%
R=21.14%
G=6.91%
B=71.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52171770.710.9000.31253.1282.4738.04
Hex3411B1475A01Ffd5226
Octal642126110713203737512246
Binary110100100011011000110001111011010011111111111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3411B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3411B1; }

 p { color: rgb(52,17,177); }

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

<style>
 a { background-color: #3411B1; }

 a { background-color: rgb(52,17,177); }

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

<style>
 span { border-color: #3411B1; }

 span { border-color: rgb(52,17,177); }

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