#340AAF

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

Shades of Ultramarine #340AAF

Tints of Ultramarine #340AAF

Color information

#340AAF (or 0x340AAF) is unknown color: approx Ultramarine. HEX triplet: 34, 0A and AF. RGB value is (52,10,175). Sum of RGB (Red+Green+Blue) = 52+10+175=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #340AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340AAF is #CBF550. Grayscale: #282828. Windows color (decimal): -13366609 or 11471412. OLE color: 11471412.

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

Color convert

RGB5210175-
CMYK0.700.9400.31
HSL255.27º89.19%36.27%-
HSV(B)255.27º94.29%68.63%-
XYZ9.264.0440.85-
YUV41.37203.41135.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 10 (4.30% from 255) = 4.22%
BLUE value IS 175 (68.75% from 255) = 73.84%
R=21.94%
G=4.22%
B=73.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52101750.700.9400.31255.2789.1936.27
Hex34AAF465E01Fff5924
Octal641225710613603737713144
Binary11010010101010111110001101011110011111111111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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