Html Css Color HEX #2B2196 Ultramarine

📋 copy color: '#2B2196'

red 43 ◦ green 33 ◦ blue 150

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

Shades of Ultramarine #2B2196

Tints of Ultramarine #2B2196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 150 (58.98% from 255) = 66.37%

R = 19.03%
G = 14.6%
B = 66.37%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2B2196 (or 0x2B2196) is known color: Ultramarine. HEX triplet: 2B, 21 and 96. RGB value is (43,33,150). Sum of RGB (Red+Green+Blue) = 43+33+150=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B2196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2196 is #D4DE69. Grayscale: #303030. Windows color (decimal): -13950570 or 9838891. OLE color: 9838891.

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

Color convert

RGB 43 33 150 -
CMYK 0.71 0.78 0 0.41
HSL 245.13º 0.64% 0.36% -
HSV(B) 245.13º 0.78% 0.59% -
XYZ 7.05 3.8 29.22 -
YUV 49.33 184.81 123.49 -
System Red Green Blue C M Y K H S L
Decimal 43 33 150 0.71 0.78 0 0.41 245.13 0.64 0.36
Hex 2B 21 96 47 4E 0 29 F5 40 24
Octal 53 41 226 107 116 0 51 365 100 44
Binary 101011 100001 10010110 1000111 1001110 0 101001 11110101 1000000 100100

Color Harmonies of #2B2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2196

Black with #2B2196

Text Example


Text Example

White with #2B2196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,150); }

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

background-color css

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

 a { background-color: rgb(43,33,150); }

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

border-color css

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

 span { border-color: rgb(43,33,150); }

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