Html Css Color HEX #2B2195 Ultramarine

📋 copy color: '#2B2195'

red 43 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #2B2195

Tints of Ultramarine #2B2195

RGB

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

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

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

R = 19.11%
G = 14.67%
B = 66.22%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B2195 (or 0x2B2195) is known color: Ultramarine. HEX triplet: 2B, 21 and 95. RGB value is (43,33,149). Sum of RGB (Red+Green+Blue) = 43+33+149=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 33 (13.28% from 255 or 14.67% 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 #2B2195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2195 is #D4DE6A. Grayscale: #303030. Windows color (decimal): -13950571 or 9773355. OLE color: 9773355.

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

Color convert

RGB 43 33 149 -
CMYK 0.71 0.78 0 0.42
HSL 245.17º 0.64% 0.36% -
HSV(B) 245.17º 0.78% 0.58% -
XYZ 6.96 3.77 28.79 -
YUV 49.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 43 33 149 0.71 0.78 0 0.42 245.17 0.64 0.36
Hex 2B 21 95 47 4E 0 2A F5 40 24
Octal 53 41 225 107 116 0 52 365 100 44
Binary 101011 100001 10010101 1000111 1001110 0 101010 11110101 1000000 100100

Color Harmonies of #2B2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2195

Black with #2B2195

Text Example


Text Example

White with #2B2195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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