Html Css Color HEX #2B209C Ultramarine

📋 copy color: '#2B209C'

red 43 ◦ green 32 ◦ blue 156

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

Shades of Ultramarine #2B209C

Tints of Ultramarine #2B209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.53%

R = 18.61%
G = 13.85%
B = 67.53%

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

#2B209C (or 0x2B209C) is known color: Ultramarine. HEX triplet: 2B, 20 and 9C. RGB value is (43,32,156). Sum of RGB (Red+Green+Blue) = 43+32+156=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B209C is #D4DF63. Grayscale: #303030. Windows color (decimal): -13950820 or 10231851. OLE color: 10231851.

HSL color Cylindrical-coordinate representation of color #2B209C: hue angle of 245.32º 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 #2B209C is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 32 156 -
CMYK 0.72 0.79 0 0.39
HSL 245.32º 0.66% 0.37% -
HSV(B) 245.32º 0.79% 0.61% -
XYZ 7.51 3.95 31.82 -
YUV 49.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 43 32 156 0.72 0.79 0 0.39 245.32 0.66 0.37
Hex 2B 20 9C 48 4F 0 27 F5 42 25
Octal 53 40 234 110 117 0 47 365 102 45
Binary 101011 100000 10011100 1001000 1001111 0 100111 11110101 1000010 100101

Color Harmonies of #2B209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B209C

Black with #2B209C

Text Example


Text Example

White with #2B209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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