Html Css Color HEX #221888 Ultramarine

📋 copy color: '#221888'

red 34 ◦ green 24 ◦ blue 136

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

Shades of Ultramarine #221888

Tints of Ultramarine #221888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

 BLUE value IS 136 (53.52% from 255) = 70.1%

R = 17.53%
G = 12.37%
B = 70.1%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#221888 (or 0x221888) is known color: Ultramarine. HEX triplet: 22, 18 and 88. RGB value is (34,24,136). Sum of RGB (Red+Green+Blue) = 34+24+136=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #221888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221888 is #DDE777. Grayscale: #272727. Windows color (decimal): -14542712 or 8919074. OLE color: 8919074.

HSL color Cylindrical-coordinate representation of color #221888: hue angle of 245.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221888 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 24 136 -
CMYK 0.75 0.82 0 0.47
HSL 245.36º 0.7% 0.31% -
HSV(B) 245.36º 0.82% 0.53% -
XYZ 5.43 2.77 23.54 -
YUV 39.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 34 24 136 0.75 0.82 0 0.47 245.36 0.7 0.31
Hex 22 18 88 4B 52 0 2F F5 46 1F
Octal 42 30 210 113 122 0 57 365 106 37
Binary 100010 11000 10001000 1001011 1010010 0 101111 11110101 1000110 11111

Color Harmonies of #221888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221888

Black with #221888

Text Example


Text Example

White with #221888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221888; }

 p { color: rgb(34,24,136); }

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

background-color css

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

 a { background-color: rgb(34,24,136); }

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

border-color css

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

 span { border-color: rgb(34,24,136); }

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