#2704AE

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

Shades of Ultramarine #2704AE

Tints of Ultramarine #2704AE

Color information

#2704AE (or 0x2704AE) is unknown color: approx Ultramarine. HEX triplet: 27, 04 and AE. RGB value is (39,4,174). Sum of RGB (Red+Green+Blue) = 39+4+174=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #2704AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2704AE is #D8FB51. Grayscale: #212121. Windows color (decimal): -14220114 or 11404327. OLE color: 11404327.

HSL color Cylindrical-coordinate representation of color #2704AE: hue angle of 252.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2704AE is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB394174-
CMYK0.780.9800.32
HSL252.35º95.51%34.9%-
HSV(B)252.35º97.7%68.24%-
XYZ8.523.5740.29-
YUV33.84207.1131.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 174 (68.36% from 255) = 80.18%
R=17.97%
G=1.84%
B=80.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3941740.780.9800.32252.3595.5134.9
Hex274AE4E62020fc6023
Octal47425611614204037414043
Binary10011110010101110100111011000100100000111111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2704AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2704AE; }

 p { color: rgb(39,4,174); }

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

<style>
 a { background-color: #2704AE; }

 a { background-color: rgb(39,4,174); }

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

<style>
 span { border-color: #2704AE; }

 span { border-color: rgb(39,4,174); }

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