Html Css Color HEX #2B2493 Ultramarine

📋 copy color: '#2B2493'

red 43 ◦ green 36 ◦ blue 147

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

Shades of Ultramarine #2B2493

Tints of Ultramarine #2B2493

RGB

 RED value IS 43 (17.19% from 255) = 19.03%

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

 BLUE value IS 147 (57.81% from 255) = 65.04%

R = 19.03%
G = 15.93%
B = 65.04%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B2493 (or 0x2B2493) is known color: Ultramarine. HEX triplet: 2B, 24 and 93. RGB value is (43,36,147). Sum of RGB (Red+Green+Blue) = 43+36+147=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B2493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2493 is #D4DB6C. Grayscale: #323232. Windows color (decimal): -13949805 or 9643051. OLE color: 9643051.

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

Color convert

RGB 43 36 147 -
CMYK 0.71 0.76 0 0.42
HSL 243.78º 0.61% 0.36% -
HSV(B) 243.78º 0.76% 0.58% -
XYZ 6.89 3.88 27.99 -
YUV 50.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 43 36 147 0.71 0.76 0 0.42 243.78 0.61 0.36
Hex 2B 24 93 47 4C 0 2A F4 3D 24
Octal 53 44 223 107 114 0 52 364 75 44
Binary 101011 100100 10010011 1000111 1001100 0 101010 11110100 111101 100100

Color Harmonies of #2B2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2493

Black with #2B2493

Text Example


Text Example

White with #2B2493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,36,147); }

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

background-color css

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

 a { background-color: rgb(43,36,147); }

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

border-color css

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

 span { border-color: rgb(43,36,147); }

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