#2E00AF

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

Shades of Ultramarine #2E00AF

Tints of Ultramarine #2E00AF

Color information

#2E00AF (or 0x2E00AF) is unknown color: approx Ultramarine. HEX triplet: 2E, 00 and AF. RGB value is (46,0,175). Sum of RGB (Red+Green+Blue) = 46+0+175=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E00AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E00AF is #D1FF50. Grayscale: #212121. Windows color (decimal): -13762385 or 11468846. OLE color: 11468846.

HSL color Cylindrical-coordinate representation of color #2E00AF: hue angle of 255.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00AF is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB460175-
CMYK0.74100.31
HSL255.77º100%34.31%-
HSV(B)255.77º100%68.63%-
XYZ8.863.6840.8-
YUV33.7207.74136.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 79.19%
R=20.81%
G=0%
B=79.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4601750.74100.31255.7710034.31
Hex2E0AF4A6401F1006422
Octal56025711214403740014442
Binary101110010101111100101011001000111111000000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E00AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E00AF; }

 p { color: rgb(46,0,175); }

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

<style>
 a { background-color: #2E00AF; }

 a { background-color: rgb(46,0,175); }

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

<style>
 span { border-color: #2E00AF; }

 span { border-color: rgb(46,0,175); }

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