Html Css Color HEX #28229B Ultramarine

📋 copy color: '#28229B'

red 40 ◦ green 34 ◦ blue 155

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

Shades of Ultramarine #28229B

Tints of Ultramarine #28229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.69%

R = 17.47%
G = 14.85%
B = 67.69%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28229B (or 0x28229B) is known color: Ultramarine. HEX triplet: 28, 22 and 9B. RGB value is (40,34,155). Sum of RGB (Red+Green+Blue) = 40+34+155=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #28229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28229B is #D7DD64. Grayscale: #313131. Windows color (decimal): -14146917 or 10166824. OLE color: 10166824.

HSL color Cylindrical-coordinate representation of color #28229B: hue angle of 242.98º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28229B is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 34 155 -
CMYK 0.74 0.78 0 0.39
HSL 242.98º 0.64% 0.37% -
HSV(B) 242.98º 0.78% 0.61% -
XYZ 7.36 3.96 31.39 -
YUV 49.59 187.49 121.16 -
System Red Green Blue C M Y K H S L
Decimal 40 34 155 0.74 0.78 0 0.39 242.98 0.64 0.37
Hex 28 22 9B 4A 4E 0 27 F3 40 25
Octal 50 42 233 112 116 0 47 363 100 45
Binary 101000 100010 10011011 1001010 1001110 0 100111 11110011 1000000 100101

Color Harmonies of #28229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28229B

Black with #28229B

Text Example


Text Example

White with #28229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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