Html Css Color HEX #2E239D Ultramarine

📋 copy color: '#2E239D'

red 46 ◦ green 35 ◦ blue 157

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

Shades of Ultramarine #2E239D

Tints of Ultramarine #2E239D

RGB

 RED value IS 46 (18.36% from 255) = 19.33%

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

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 19.33%
G = 14.71%
B = 65.97%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2E239D (or 0x2E239D) is known color: Ultramarine. HEX triplet: 2E, 23 and 9D. RGB value is (46,35,157). Sum of RGB (Red+Green+Blue) = 46+35+157=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E239D is #D1DC62. Grayscale: #333333. Windows color (decimal): -13753443 or 10298158. OLE color: 10298158.

HSL color Cylindrical-coordinate representation of color #2E239D: hue angle of 245.41º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E239D is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 35 157 -
CMYK 0.71 0.78 0 0.38
HSL 245.41º 0.64% 0.38% -
HSV(B) 245.41º 0.78% 0.62% -
XYZ 7.81 4.22 32.3 -
YUV 52.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 46 35 157 0.71 0.78 0 0.38 245.41 0.64 0.38
Hex 2E 23 9D 47 4E 0 26 F5 40 26
Octal 56 43 235 107 116 0 46 365 100 46
Binary 101110 100011 10011101 1000111 1001110 0 100110 11110101 1000000 100110

Color Harmonies of #2E239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E239D

Black with #2E239D

Text Example


Text Example

White with #2E239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,35,157); }

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

background-color css

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

 a { background-color: rgb(46,35,157); }

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

border-color css

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

 span { border-color: rgb(46,35,157); }

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