#340DB8

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

Shades of Ultramarine #340DB8

Tints of Ultramarine #340DB8

Color information

#340DB8 (or 0x340DB8) is unknown color: approx Ultramarine. HEX triplet: 34, 0D and B8. RGB value is (52,13,184). Sum of RGB (Red+Green+Blue) = 52+13+184=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 184 (72.27% from 255 or 73.90% from 249); Max value from RGB is 184 - color contains mainly: blue. Hex color #340DB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DB8 is #CBF247. Grayscale: #2B2B2B. Windows color (decimal): -13365832 or 12062004. OLE color: 12062004.

HSL color Cylindrical-coordinate representation of color #340DB8: hue angle of 253.68º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340DB8 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5213184-
CMYK0.720.9300.28
HSL253.68º86.8%38.63%-
HSV(B)253.68º92.93%72.16%-
XYZ10.214.4845.67-
YUV44.16206.92133.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 184 (72.27% from 255) = 73.90%
R=20.88%
G=5.22%
B=73.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52131840.720.9300.28253.6886.838.63
Hex34DB8485D01Cfe5727
Octal641527011013503437612747
Binary11010011011011100010010001011101011100111111101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,13,184); }

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

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

 a { background-color: rgb(52,13,184); }

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

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

 span { border-color: rgb(52,13,184); }

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