Html Css Color HEX #2B209D Ultramarine

📋 copy color: '#2B209D'

red 43 ◦ green 32 ◦ blue 157

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

Shades of Ultramarine #2B209D

Tints of Ultramarine #2B209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.67%

R = 18.53%
G = 13.79%
B = 67.67%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B209D (or 0x2B209D) is known color: Ultramarine. HEX triplet: 2B, 20 and 9D. RGB value is (43,32,157). Sum of RGB (Red+Green+Blue) = 43+32+157=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B209D is #D4DF62. Grayscale: #313131. Windows color (decimal): -13950819 or 10297387. OLE color: 10297387.

HSL color Cylindrical-coordinate representation of color #2B209D: hue angle of 245.28º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B209D is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 32 157 -
CMYK 0.73 0.80 0 0.38
HSL 245.28º 0.66% 0.37% -
HSV(B) 245.28º 0.8% 0.62% -
XYZ 7.6 3.98 32.27 -
YUV 49.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 43 32 157 0.73 0.80 0 0.38 245.28 0.66 0.37
Hex 2B 20 9D 49 50 0 26 F5 42 25
Octal 53 40 235 111 120 0 46 365 102 45
Binary 101011 100000 10011101 1001001 1010000 0 100110 11110101 1000010 100101

Color Harmonies of #2B209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B209D

Black with #2B209D

Text Example


Text Example

White with #2B209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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