#340CB7

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

Shades of Ultramarine #340CB7

Tints of Ultramarine #340CB7

Color information

#340CB7 (or 0x340CB7) is unknown color: approx Ultramarine. HEX triplet: 34, 0C and B7. RGB value is (52,12,183). Sum of RGB (Red+Green+Blue) = 52+12+183=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 183 (71.88% from 255 or 74.09% from 247); Max value from RGB is 183 - color contains mainly: blue. Hex color #340CB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340CB7 is #CBF348. Grayscale: #2A2A2A. Windows color (decimal): -13366089 or 11996212. OLE color: 11996212.

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

Color convert

RGB5212183-
CMYK0.720.9300.28
HSL254.04º87.69%38.24%-
HSV(B)254.04º93.44%71.76%-
XYZ10.094.4145.12-
YUV43.45206.75134.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 183 (71.88% from 255) = 74.09%
R=21.05%
G=4.86%
B=74.09%

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
Decimal52121830.720.9300.28254.0487.6938.24
Hex34CB7485D01Cfe5826
Octal641426711013503437613046
Binary11010011001011011110010001011101011100111111101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,12,183); }

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

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

 a { background-color: rgb(52,12,183); }

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

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

 span { border-color: rgb(52,12,183); }

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