#2604AE

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

Shades of Ultramarine #2604AE

Tints of Ultramarine #2604AE

Color information

#2604AE (or 0x2604AE) is unknown color: approx Ultramarine. HEX triplet: 26, 04 and AE. RGB value is (38,4,174). Sum of RGB (Red+Green+Blue) = 38+4+174=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #2604AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2604AE is #D9FB51. Grayscale: #202020. Windows color (decimal): -14285650 or 11404326. OLE color: 11404326.

HSL color Cylindrical-coordinate representation of color #2604AE: hue angle of 252º 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 #2604AE is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB384174-
CMYK0.780.9800.32
HSL252º95.51%34.9%-
HSV(B)252º97.7%68.24%-
XYZ8.483.5540.28-
YUV33.55207.26131.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 174 (68.36% from 255) = 80.56%
R=17.59%
G=1.85%
B=80.56%

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
Decimal3841740.780.9800.3225295.5134.9
Hex264AE4E62020fc6023
Octal46425611614204037414043
Binary10011010010101110100111011000100100000111111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2604AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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