Html Css Color HEX #2A249C Ultramarine

📋 copy color: '#2A249C'

red 42 ◦ green 36 ◦ blue 156

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

Shades of Ultramarine #2A249C

Tints of Ultramarine #2A249C

RGB

 RED value IS 42 (16.8% from 255) = 17.95%

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

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

R = 17.95%
G = 15.38%
B = 66.67%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A249C (or 0x2A249C) is known color: Ultramarine. HEX triplet: 2A, 24 and 9C. RGB value is (42,36,156). Sum of RGB (Red+Green+Blue) = 42+36+156=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A249C is #D5DB63. Grayscale: #333333. Windows color (decimal): -14015332 or 10232874. OLE color: 10232874.

HSL color Cylindrical-coordinate representation of color #2A249C: hue angle of 243º 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 #2A249C is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 36 156 -
CMYK 0.73 0.77 0 0.39
HSL 243º 0.63% 0.38% -
HSV(B) 243º 0.77% 0.61% -
XYZ 7.59 4.15 31.85 -
YUV 51.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 42 36 156 0.73 0.77 0 0.39 243 0.63 0.38
Hex 2A 24 9C 49 4D 0 27 F3 3E 26
Octal 52 44 234 111 115 0 47 363 76 46
Binary 101010 100100 10011100 1001001 1001101 0 100111 11110011 111110 100110

Color Harmonies of #2A249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A249C

Black with #2A249C

Text Example


Text Example

White with #2A249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A249C; }

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

 H1.HeaderClassName
 {
   color: #2A249C;
 }
 .AnyTagClassName
 {
   color: #2A249C;
 }
</style>

background-color css

<style>
 a { background-color: #2A249C; }

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

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

border-color css

<style>
 span { border-color: #2A249C; }

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

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