#3412B1

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

Shades of Ultramarine #3412B1

Tints of Ultramarine #3412B1

Color information

#3412B1 (or 0x3412B1) is unknown color: approx Ultramarine. HEX triplet: 34, 12 and B1. RGB value is (52,18,177). Sum of RGB (Red+Green+Blue) = 52+18+177=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 177 (69.53% from 255 or 71.66% from 247); Max value from RGB is 177 - color contains mainly: blue. Hex color #3412B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3412B1 is #CBED4E. Grayscale: #2D2D2D. Windows color (decimal): -13364559 or 11604532. OLE color: 11604532.

HSL color Cylindrical-coordinate representation of color #3412B1: hue angle of 252.83º 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 #3412B1 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5218177-
CMYK0.710.9000.31
HSL252.83º81.54%38.24%-
HSV(B)252.83º89.83%69.41%-
XYZ9.574.3441.93-
YUV46.29201.76132.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 177 (69.53% from 255) = 71.66%
R=21.05%
G=7.29%
B=71.66%

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
Decimal52181770.710.9000.31252.8381.5438.24
Hex3412B1475A01Ffd5226
Octal642226110713203737512246
Binary110100100101011000110001111011010011111111111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3412B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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