Html Css Color HEX #28228E Ultramarine

📋 copy color: '#28228E'

red 40 ◦ green 34 ◦ blue 142

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

Shades of Ultramarine #28228E

Tints of Ultramarine #28228E

RGB

 RED value IS 40 (16.02% from 255) = 18.52%

 GREEN value IS 34 (13.67% from 255) = 15.74%

 BLUE value IS 142 (55.86% from 255) = 65.74%

R = 18.52%
G = 15.74%
B = 65.74%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28228E (or 0x28228E) is known color: Ultramarine. HEX triplet: 28, 22 and 8E. RGB value is (40,34,142). Sum of RGB (Red+Green+Blue) = 40+34+142=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #28228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28228E is #D7DD71. Grayscale: #2F2F2F. Windows color (decimal): -14146930 or 9314856. OLE color: 9314856.

HSL color Cylindrical-coordinate representation of color #28228E: hue angle of 243.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28228E is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 34 142 -
CMYK 0.72 0.76 0 0.44
HSL 243.33º 0.61% 0.35% -
HSV(B) 243.33º 0.76% 0.56% -
XYZ 6.33 3.55 25.94 -
YUV 48.11 180.99 122.22 -
System Red Green Blue C M Y K H S L
Decimal 40 34 142 0.72 0.76 0 0.44 243.33 0.61 0.35
Hex 28 22 8E 48 4C 0 2C F3 3D 23
Octal 50 42 216 110 114 0 54 363 75 43
Binary 101000 100010 10001110 1001000 1001100 0 101100 11110011 111101 100011

Color Harmonies of #28228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28228E

Black with #28228E

Text Example


Text Example

White with #28228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28228E; }

 p { color: rgb(40,34,142); }

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

background-color css

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

 a { background-color: rgb(40,34,142); }

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

border-color css

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

 span { border-color: rgb(40,34,142); }

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