Html Css Color HEX #2E03AF Ultramarine

📋 copy color: '#2E03AF'

red 46 ◦ green 3 ◦ blue 175

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

Shades of Ultramarine #2E03AF

Tints of Ultramarine #2E03AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 175 (68.75% from 255) = 78.13%

R = 20.54%
G = 1.34%
B = 78.13%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2E03AF (or 0x2E03AF) is known color: Ultramarine. HEX triplet: 2E, 03 and AF. RGB value is (46,3,175). Sum of RGB (Red+Green+Blue) = 46+3+175=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E03AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E03AF is #D1FC50. Grayscale: #222222. Windows color (decimal): -13761617 or 11469614. OLE color: 11469614.

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

Color convert

RGB 46 3 175 -
CMYK 0.74 0.98 0 0.31
HSL 255º 0.97% 0.35% -
HSV(B) 255º 0.98% 0.69% -
XYZ 8.9 3.74 40.81 -
YUV 35.47 206.75 135.51 -
System Red Green Blue C M Y K H S L
Decimal 46 3 175 0.74 0.98 0 0.31 255 0.97 0.35
Hex 2E 3 AF 4A 62 0 1F FF 61 23
Octal 56 3 257 112 142 0 37 377 141 43
Binary 101110 11 10101111 1001010 1100010 0 11111 11111111 1100001 100011

Color Harmonies of #2E03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E03AF

Black with #2E03AF

Text Example


Text Example

White with #2E03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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