Html Css Color HEX #2B089B Ultramarine

📋 copy color: '#2B089B'

red 43 ◦ green 8 ◦ blue 155

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

Shades of Ultramarine #2B089B

Tints of Ultramarine #2B089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 20.87%
G = 3.88%
B = 75.24%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B089B (or 0x2B089B) is known color: Ultramarine. HEX triplet: 2B, 08 and 9B. RGB value is (43,8,155). Sum of RGB (Red+Green+Blue) = 43+8+155=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B089B is #D4F764. Grayscale: #222222. Windows color (decimal): -13956965 or 10160171. OLE color: 10160171.

HSL color Cylindrical-coordinate representation of color #2B089B: hue angle of 254.29º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B089B is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 8 155 -
CMYK 0.72 0.95 0 0.39
HSL 254.29º 0.9% 0.32% -
HSV(B) 254.29º 0.95% 0.61% -
XYZ 7 3.05 31.23 -
YUV 35.22 195.6 133.55 -
System Red Green Blue C M Y K H S L
Decimal 43 8 155 0.72 0.95 0 0.39 254.29 0.9 0.32
Hex 2B 8 9B 48 5F 0 27 FE 5A 20
Octal 53 10 233 110 137 0 47 376 132 40
Binary 101011 1000 10011011 1001000 1011111 0 100111 11111110 1011010 100000

Color Harmonies of #2B089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B089B

Black with #2B089B

Text Example


Text Example

White with #2B089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,8,155); }

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

background-color css

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

 a { background-color: rgb(43,8,155); }

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

border-color css

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

 span { border-color: rgb(43,8,155); }

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