Html Css Color HEX #2B209B Ultramarine

📋 copy color: '#2B209B'

red 43 ◦ green 32 ◦ blue 155

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

Shades of Ultramarine #2B209B

Tints of Ultramarine #2B209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

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

R = 18.7%
G = 13.91%
B = 67.39%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B209B (or 0x2B209B) is known color: Ultramarine. HEX triplet: 2B, 20 and 9B. RGB value is (43,32,155). Sum of RGB (Red+Green+Blue) = 43+32+155=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B209B is #D4DF64. Grayscale: #303030. Windows color (decimal): -13950821 or 10166315. OLE color: 10166315.

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

Color convert

RGB 43 32 155 -
CMYK 0.72 0.79 0 0.39
HSL 245.37º 0.66% 0.37% -
HSV(B) 245.37º 0.79% 0.61% -
XYZ 7.43 3.91 31.37 -
YUV 49.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 43 32 155 0.72 0.79 0 0.39 245.37 0.66 0.37
Hex 2B 20 9B 48 4F 0 27 F5 42 25
Octal 53 40 233 110 117 0 47 365 102 45
Binary 101011 100000 10011011 1001000 1001111 0 100111 11110101 1000010 100101

Color Harmonies of #2B209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B209B

Black with #2B209B

Text Example


Text Example

White with #2B209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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