Html Css Color HEX #28228C Ultramarine

📋 copy color: '#28228C'

red 40 ◦ green 34 ◦ blue 140

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

Shades of Ultramarine #28228C

Tints of Ultramarine #28228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.42%

R = 18.69%
G = 15.89%
B = 65.42%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28228C (or 0x28228C) is known color: Ultramarine. HEX triplet: 28, 22 and 8C. RGB value is (40,34,140). Sum of RGB (Red+Green+Blue) = 40+34+140=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #28228C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28228C is #D7DD73. Grayscale: #2F2F2F. Windows color (decimal): -14146932 or 9183784. OLE color: 9183784.

HSL color Cylindrical-coordinate representation of color #28228C: hue angle of 243.4º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28228C is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 34 140 -
CMYK 0.71 0.76 0 0.45
HSL 243.4º 0.61% 0.34% -
HSV(B) 243.4º 0.76% 0.55% -
XYZ 6.18 3.49 25.16 -
YUV 47.88 179.99 122.38 -
System Red Green Blue C M Y K H S L
Decimal 40 34 140 0.71 0.76 0 0.45 243.4 0.61 0.34
Hex 28 22 8C 47 4C 0 2D F3 3D 22
Octal 50 42 214 107 114 0 55 363 75 42
Binary 101000 100010 10001100 1000111 1001100 0 101101 11110011 111101 100010

Color Harmonies of #28228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28228C

Black with #28228C

Text Example


Text Example

White with #28228C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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