Html Css Color HEX #28249C Ultramarine

📋 copy color: '#28249C'

red 40 ◦ green 36 ◦ blue 156

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

Shades of Ultramarine #28249C

Tints of Ultramarine #28249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.52%

 BLUE value IS 156 (61.33% from 255) = 67.24%

R = 17.24%
G = 15.52%
B = 67.24%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28249C (or 0x28249C) is known color: Ultramarine. HEX triplet: 28, 24 and 9C. RGB value is (40,36,156). Sum of RGB (Red+Green+Blue) = 40+36+156=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #28249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28249C is #D7DB63. Grayscale: #323232. Windows color (decimal): -14146404 or 10232872. OLE color: 10232872.

HSL color Cylindrical-coordinate representation of color #28249C: hue angle of 242º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28249C is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 36 156 -
CMYK 0.74 0.77 0 0.39
HSL 242º 0.63% 0.38% -
HSV(B) 242º 0.77% 0.61% -
XYZ 7.51 4.11 31.85 -
YUV 50.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 40 36 156 0.74 0.77 0 0.39 242 0.63 0.38
Hex 28 24 9C 4A 4D 0 27 F2 3E 26
Octal 50 44 234 112 115 0 47 362 76 46
Binary 101000 100100 10011100 1001010 1001101 0 100111 11110010 111110 100110

Color Harmonies of #28249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28249C

Black with #28249C

Text Example


Text Example

White with #28249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,36,156); }

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

background-color css

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

 a { background-color: rgb(40,36,156); }

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

border-color css

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

 span { border-color: rgb(40,36,156); }

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