Html Css Color HEX #2A239B Ultramarine

📋 copy color: '#2A239B'

red 42 ◦ green 35 ◦ blue 155

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

Shades of Ultramarine #2A239B

Tints of Ultramarine #2A239B

RGB

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

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

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

R = 18.1%
G = 15.09%
B = 66.81%

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

#2A239B (or 0x2A239B) is known color: Ultramarine. HEX triplet: 2A, 23 and 9B. RGB value is (42,35,155). Sum of RGB (Red+Green+Blue) = 42+35+155=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A239B is #D5DC64. Grayscale: #323232. Windows color (decimal): -14015589 or 10167082. OLE color: 10167082.

HSL color Cylindrical-coordinate representation of color #2A239B: hue angle of 243.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A239B is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 35 155 -
CMYK 0.73 0.77 0 0.39
HSL 243.5º 0.63% 0.37% -
HSV(B) 243.5º 0.77% 0.61% -
XYZ 7.47 4.06 31.4 -
YUV 50.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 42 35 155 0.73 0.77 0 0.39 243.5 0.63 0.37
Hex 2A 23 9B 49 4D 0 27 F4 3F 25
Octal 52 43 233 111 115 0 47 364 77 45
Binary 101010 100011 10011011 1001001 1001101 0 100111 11110100 111111 100101

Color Harmonies of #2A239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A239B

Black with #2A239B

Text Example


Text Example

White with #2A239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,35,155); }

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

background-color css

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

 a { background-color: rgb(42,35,155); }

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

border-color css

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

 span { border-color: rgb(42,35,155); }

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