#340BB0

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

Shades of Ultramarine #340BB0

Tints of Ultramarine #340BB0

Color information

#340BB0 (or 0x340BB0) is unknown color: approx Ultramarine. HEX triplet: 34, 0B and B0. RGB value is (52,11,176). Sum of RGB (Red+Green+Blue) = 52+11+176=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #340BB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340BB0 is #CBF44F. Grayscale: #292929. Windows color (decimal): -13366352 or 11537204. OLE color: 11537204.

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

Color convert

RGB5211176-
CMYK0.700.9400.31
HSL254.91º88.24%36.67%-
HSV(B)254.91º93.75%69.02%-
XYZ9.374.141.37-
YUV42.07203.58135.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 176 (69.14% from 255) = 73.64%
R=21.76%
G=4.60%
B=73.64%

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
Decimal52111760.700.9400.31254.9188.2436.67
Hex34BB0465E01Fff5825
Octal641326010613603737713045
Binary11010010111011000010001101011110011111111111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,11,176); }

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

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

 a { background-color: rgb(52,11,176); }

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

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

 span { border-color: rgb(52,11,176); }

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