#340FAB

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

Shades of Ultramarine #340FAB

Tints of Ultramarine #340FAB

Color information

#340FAB (or 0x340FAB) is unknown color: approx Ultramarine. HEX triplet: 34, 0F and AB. RGB value is (52,15,171). Sum of RGB (Red+Green+Blue) = 52+15+171=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #340FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340FAB is #CBF054. Grayscale: #2B2B2B. Windows color (decimal): -13365333 or 11210548. OLE color: 11210548.

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

Color convert

RGB5215171-
CMYK0.700.9100.33
HSL254.23º83.87%36.47%-
HSV(B)254.23º91.23%67.06%-
XYZ8.944.0138.83-
YUV43.85199.76133.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 171 (67.19% from 255) = 71.85%
R=21.85%
G=6.30%
B=71.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52151710.700.9100.33254.2383.8736.47
Hex34FAB465B021fe5424
Octal641725310613304137612444
Binary110100111110101011100011010110110100001111111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,15,171); }

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

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

 a { background-color: rgb(52,15,171); }

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

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

 span { border-color: rgb(52,15,171); }

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