Html Css Color HEX #2B229C Ultramarine

📋 copy color: '#2B229C'

red 43 ◦ green 34 ◦ blue 156

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

Shades of Ultramarine #2B229C

Tints of Ultramarine #2B229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

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

R = 18.45%
G = 14.59%
B = 66.95%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B229C (or 0x2B229C) is known color: Ultramarine. HEX triplet: 2B, 22 and 9C. RGB value is (43,34,156). Sum of RGB (Red+Green+Blue) = 43+34+156=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B229C is #D4DD63. Grayscale: #323232. Windows color (decimal): -13950308 or 10232363. OLE color: 10232363.

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

Color convert

RGB 43 34 156 -
CMYK 0.72 0.78 0 0.39
HSL 244.43º 0.64% 0.37% -
HSV(B) 244.43º 0.78% 0.61% -
XYZ 7.57 4.06 31.84 -
YUV 50.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 43 34 156 0.72 0.78 0 0.39 244.43 0.64 0.37
Hex 2B 22 9C 48 4E 0 27 F4 40 25
Octal 53 42 234 110 116 0 47 364 100 45
Binary 101011 100010 10011100 1001000 1001110 0 100111 11110100 1000000 100101

Color Harmonies of #2B229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B229C

Black with #2B229C

Text Example


Text Example

White with #2B229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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