#340CAA

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

Shades of Ultramarine #340CAA

Tints of Ultramarine #340CAA

Color information

#340CAA (or 0x340CAA) is unknown color: approx Ultramarine. HEX triplet: 34, 0C and AA. RGB value is (52,12,170). Sum of RGB (Red+Green+Blue) = 52+12+170=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #340CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340CAA is #CBF355. Grayscale: #292929. Windows color (decimal): -13366102 or 11144244. OLE color: 11144244.

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

Color convert

RGB5212170-
CMYK0.690.9300.33
HSL255.19º86.81%35.69%-
HSV(B)255.19º92.94%66.67%-
XYZ8.83.938.32-
YUV41.97200.25135.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 12 (5.08% from 255) = 5.13%
BLUE value IS 170 (66.80% from 255) = 72.65%
R=22.22%
G=5.13%
B=72.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52121700.690.9300.33255.1986.8135.69
Hex34CAA455D021ff5724
Octal641425210513504137712744
Binary110100110010101010100010110111010100001111111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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