#340FB8

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

Shades of Ultramarine #340FB8

Tints of Ultramarine #340FB8

Color information

#340FB8 (or 0x340FB8) is unknown color: approx Ultramarine. HEX triplet: 34, 0F and B8. RGB value is (52,15,184). Sum of RGB (Red+Green+Blue) = 52+15+184=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 184 (72.27% from 255 or 73.31% from 251); Max value from RGB is 184 - color contains mainly: blue. Hex color #340FB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FB8 is #CBF047. Grayscale: #2C2C2C. Windows color (decimal): -13365320 or 12062516. OLE color: 12062516.

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

Color convert

RGB5215184-
CMYK0.720.9200.28
HSL253.14º84.92%39.02%-
HSV(B)253.14º91.85%72.16%-
XYZ10.244.5345.68-
YUV45.33206.26132.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 184 (72.27% from 255) = 73.31%
R=20.72%
G=5.98%
B=73.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52151840.720.9200.28253.1484.9239.02
Hex34FB8485C01Cfd5527
Octal641727011013403437512547
Binary11010011111011100010010001011100011100111111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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