Html Css Color HEX #28239A Ultramarine

📋 copy color: '#28239A'

red 40 ◦ green 35 ◦ blue 154

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

Shades of Ultramarine #28239A

Tints of Ultramarine #28239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 154 (60.55% from 255) = 67.25%

R = 17.47%
G = 15.28%
B = 67.25%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28239A (or 0x28239A) is known color: Ultramarine. HEX triplet: 28, 23 and 9A. RGB value is (40,35,154). Sum of RGB (Red+Green+Blue) = 40+35+154=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #28239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28239A is #D7DC65. Grayscale: #313131. Windows color (decimal): -14146662 or 10101544. OLE color: 10101544.

HSL color Cylindrical-coordinate representation of color #28239A: hue angle of 242.52º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28239A is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 35 154 -
CMYK 0.74 0.77 0 0.40
HSL 242.52º 0.63% 0.37% -
HSV(B) 242.52º 0.77% 0.6% -
XYZ 7.31 3.99 30.96 -
YUV 50.06 186.66 120.82 -
System Red Green Blue C M Y K H S L
Decimal 40 35 154 0.74 0.77 0 0.40 242.52 0.63 0.37
Hex 28 23 9A 4A 4D 0 28 F3 3F 25
Octal 50 43 232 112 115 0 50 363 77 45
Binary 101000 100011 10011010 1001010 1001101 0 101000 11110011 111111 100101

Color Harmonies of #28239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28239A

Black with #28239A

Text Example


Text Example

White with #28239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28239A; }

 p { color: rgb(40,35,154); }

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

background-color css

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

 a { background-color: rgb(40,35,154); }

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

border-color css

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

 span { border-color: rgb(40,35,154); }

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