#341CAA

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

Shades of Ultramarine #341CAA

Tints of Ultramarine #341CAA

Color information

#341CAA (or 0x341CAA) is unknown color: approx Ultramarine. HEX triplet: 34, 1C and AA. RGB value is (52,28,170). Sum of RGB (Red+Green+Blue) = 52+28+170=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #341CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341CAA is #CBE355. Grayscale: #323232. Windows color (decimal): -13362006 or 11148340. OLE color: 11148340.

HSL color Cylindrical-coordinate representation of color #341CAA: hue angle of 250.14º 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 #341CAA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5228170-
CMYK0.690.8400.33
HSL250.14º71.72%38.82%-
HSV(B)250.14º83.53%66.67%-
XYZ9.094.4638.41-
YUV51.36194.95128.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 28 (11.33% from 255) = 11.2%
BLUE value IS 170 (66.80% from 255) = 68%
R=20.8%
G=11.2%
B=68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52281700.690.8400.33250.1471.7238.82
Hex341CAA4554021fa4827
Octal643425210512404137211047
Binary1101001110010101010100010110101000100001111110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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