Html Css Color HEX #2E02AD Ultramarine

📋 copy color: '#2E02AD'

red 46 ◦ green 2 ◦ blue 173

#2E02AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2E02AD

Tints of Ultramarine #2E02AD

RGB

 RED value IS 46 (18.36% from 255) = 20.81%

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 173 (67.97% from 255) = 78.28%

R = 20.81%
G = 0.9%
B = 78.28%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E02AD (or 0x2E02AD) is known color: Ultramarine. HEX triplet: 2E, 02 and AD. RGB value is (46,2,173). Sum of RGB (Red+Green+Blue) = 46+2+173=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E02AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E02AD is #D1FD52. Grayscale: #222222. Windows color (decimal): -13761875 or 11338286. OLE color: 11338286.

HSL color Cylindrical-coordinate representation of color #2E02AD: hue angle of 255.44º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E02AD is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 2 173 -
CMYK 0.73 0.99 0 0.32
HSL 255.44º 0.98% 0.34% -
HSV(B) 255.44º 0.99% 0.68% -
XYZ 8.69 3.64 39.78 -
YUV 34.65 206.08 136.1 -
System Red Green Blue C M Y K H S L
Decimal 46 2 173 0.73 0.99 0 0.32 255.44 0.98 0.34
Hex 2E 2 AD 49 63 0 20 FF 62 22
Octal 56 2 255 111 143 0 40 377 142 42
Binary 101110 10 10101101 1001001 1100011 0 100000 11111111 1100010 100010

Color Harmonies of #2E02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E02AD

Black with #2E02AD

Text Example


Text Example

White with #2E02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,2,173); }

 H1.HeaderClassName
 {
   color: #2E02AD;
 }
 .AnyTagClassName
 {
   color: #2E02AD;
 }
</style>

background-color css

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

 a { background-color: rgb(46,2,173); }

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

border-color css

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

 span { border-color: rgb(46,2,173); }

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