Html Css Color HEX #2213AD Ultramarine

📋 copy color: '#2213AD'

red 34 ◦ green 19 ◦ blue 173

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

Shades of Ultramarine #2213AD

Tints of Ultramarine #2213AD

RGB

 RED value IS 34 (13.67% from 255) = 15.04%

 GREEN value IS 19 (7.81% from 255) = 8.41%

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

R = 15.04%
G = 8.41%
B = 76.55%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2213AD (or 0x2213AD) is known color: Ultramarine. HEX triplet: 22, 13 and AD. RGB value is (34,19,173). Sum of RGB (Red+Green+Blue) = 34+19+173=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #2213AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2213AD is #DDEC52. Grayscale: #282828. Windows color (decimal): -14543955 or 11342626. OLE color: 11342626.

HSL color Cylindrical-coordinate representation of color #2213AD: hue angle of 245.84º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2213AD is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 19 173 -
CMYK 0.80 0.89 0 0.32
HSL 245.84º 0.8% 0.38% -
HSV(B) 245.84º 0.89% 0.68% -
XYZ 8.44 3.82 39.83 -
YUV 41.04 202.47 122.98 -
System Red Green Blue C M Y K H S L
Decimal 34 19 173 0.80 0.89 0 0.32 245.84 0.8 0.38
Hex 22 13 AD 50 59 0 20 F6 50 26
Octal 42 23 255 120 131 0 40 366 120 46
Binary 100010 10011 10101101 1010000 1011001 0 100000 11110110 1010000 100110

Color Harmonies of #2213AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2213AD

Black with #2213AD

Text Example


Text Example

White with #2213AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2213AD; }

 p { color: rgb(34,19,173); }

 H1.HeaderClassName
 {
   color: #2213AD;
 }
 .AnyTagClassName
 {
   color: #2213AD;
 }
</style>

background-color css

<style>
 a { background-color: #2213AD; }

 a { background-color: rgb(34,19,173); }

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

border-color css

<style>
 span { border-color: #2213AD; }

 span { border-color: rgb(34,19,173); }

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