#341CAC

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

Shades of Ultramarine #341CAC

Tints of Ultramarine #341CAC

Color information

#341CAC (or 0x341CAC) is unknown color: approx Ultramarine. HEX triplet: 34, 1C and AC. RGB value is (52,28,172). Sum of RGB (Red+Green+Blue) = 52+28+172=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #341CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341CAC is #CBE353. Grayscale: #333333. Windows color (decimal): -13362004 or 11279412. OLE color: 11279412.

HSL color Cylindrical-coordinate representation of color #341CAC: hue angle of 250º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341CAC is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5228172-
CMYK0.700.8400.33
HSL250º72%39.22%-
HSV(B)250º83.72%67.45%-
XYZ9.284.5439.42-
YUV51.59195.95128.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 28 (11.33% from 255) = 11.11%
BLUE value IS 172 (67.58% from 255) = 68.25%
R=20.63%
G=11.11%
B=68.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52281720.700.8400.332507239.22
Hex341CAC4654021fa4827
Octal643425410612404137211047
Binary1101001110010101100100011010101000100001111110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341CAC; }

 p { color: rgb(52,28,172); }

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

<style>
 a { background-color: #341CAC; }

 a { background-color: rgb(52,28,172); }

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

<style>
 span { border-color: #341CAC; }

 span { border-color: rgb(52,28,172); }

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