Html Css Color HEX #2A2295 Ultramarine

📋 copy color: '#2A2295'

red 42 ◦ green 34 ◦ blue 149

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

Shades of Ultramarine #2A2295

Tints of Ultramarine #2A2295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 18.67%
G = 15.11%
B = 66.22%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A2295 (or 0x2A2295) is known color: Ultramarine. HEX triplet: 2A, 22 and 95. RGB value is (42,34,149). Sum of RGB (Red+Green+Blue) = 42+34+149=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A2295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2295 is #D5DD6A. Grayscale: #313131. Windows color (decimal): -14015851 or 9773610. OLE color: 9773610.

HSL color Cylindrical-coordinate representation of color #2A2295: hue angle of 244.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A2295 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 34 149 -
CMYK 0.72 0.77 0 0.42
HSL 244.17º 0.63% 0.36% -
HSV(B) 244.17º 0.77% 0.58% -
XYZ 6.95 3.81 28.8 -
YUV 49.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 42 34 149 0.72 0.77 0 0.42 244.17 0.63 0.36
Hex 2A 22 95 48 4D 0 2A F4 3F 24
Octal 52 42 225 110 115 0 52 364 77 44
Binary 101010 100010 10010101 1001000 1001101 0 101010 11110100 111111 100100

Color Harmonies of #2A2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2295

Black with #2A2295

Text Example


Text Example

White with #2A2295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,34,149); }

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

background-color css

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

 a { background-color: rgb(42,34,149); }

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

border-color css

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

 span { border-color: rgb(42,34,149); }

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