Html Css Color HEX #2214AF Ultramarine

📋 copy color: '#2214AF'

red 34 ◦ green 20 ◦ blue 175

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

Shades of Ultramarine #2214AF

Tints of Ultramarine #2214AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.73%

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

R = 14.85%
G = 8.73%
B = 76.42%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2214AF (or 0x2214AF) is known color: Ultramarine. HEX triplet: 22, 14 and AF. RGB value is (34,20,175). Sum of RGB (Red+Green+Blue) = 34+20+175=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #2214AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2214AF is #DDEB50. Grayscale: #292929. Windows color (decimal): -14543697 or 11473954. OLE color: 11473954.

HSL color Cylindrical-coordinate representation of color #2214AF: hue angle of 245.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2214AF is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 20 175 -
CMYK 0.81 0.89 0 0.31
HSL 245.42º 0.79% 0.38% -
HSV(B) 245.42º 0.89% 0.69% -
XYZ 8.65 3.94 40.86 -
YUV 41.86 203.14 122.4 -
System Red Green Blue C M Y K H S L
Decimal 34 20 175 0.81 0.89 0 0.31 245.42 0.79 0.38
Hex 22 14 AF 51 59 0 1F F5 4F 26
Octal 42 24 257 121 131 0 37 365 117 46
Binary 100010 10100 10101111 1010001 1011001 0 11111 11110101 1001111 100110

Color Harmonies of #2214AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2214AF

Black with #2214AF

Text Example


Text Example

White with #2214AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2214AF; }

 p { color: rgb(34,20,175); }

 H1.HeaderClassName
 {
   color: #2214AF;
 }
 .AnyTagClassName
 {
   color: #2214AF;
 }
</style>

background-color css

<style>
 a { background-color: #2214AF; }

 a { background-color: rgb(34,20,175); }

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

border-color css

<style>
 span { border-color: #2214AF; }

 span { border-color: rgb(34,20,175); }

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