#340AA6

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

Shades of Ultramarine #340AA6

Tints of Ultramarine #340AA6

Color information

#340AA6 (or 0x340AA6) is unknown color: approx Ultramarine. HEX triplet: 34, 0A and A6. RGB value is (52,10,166). Sum of RGB (Red+Green+Blue) = 52+10+166=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 166 (65.23% from 255 or 72.81% from 228); Max value from RGB is 166 - color contains mainly: blue. Hex color #340AA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340AA6 is #CBF559. Grayscale: #272727. Windows color (decimal): -13366618 or 10881588. OLE color: 10881588.

HSL color Cylindrical-coordinate representation of color #340AA6: hue angle of 256.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340AA6 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5210166-
CMYK0.690.9400.35
HSL256.15º88.64%34.51%-
HSV(B)256.15º93.98%65.1%-
XYZ8.413.736.35-
YUV40.34198.91136.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 166 (65.23% from 255) = 72.81%
R=22.81%
G=4.39%
B=72.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52101660.690.9400.35256.1588.6434.51
Hex34AA6455E0231005923
Octal641224610513604340013143
Binary1101001010101001101000101101111001000111000000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340AA6; }

 p { color: rgb(52,10,166); }

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

<style>
 a { background-color: #340AA6; }

 a { background-color: rgb(52,10,166); }

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

<style>
 span { border-color: #340AA6; }

 span { border-color: rgb(52,10,166); }

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