Html Css Color HEX #2C229B Ultramarine

📋 copy color: '#2C229B'

red 44 ◦ green 34 ◦ blue 155

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

Shades of Ultramarine #2C229B

Tints of Ultramarine #2C229B

RGB

 RED value IS 44 (17.58% from 255) = 18.88%

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

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

R = 18.88%
G = 14.59%
B = 66.52%

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

#2C229B (or 0x2C229B) is known color: Ultramarine. HEX triplet: 2C, 22 and 9B. RGB value is (44,34,155). Sum of RGB (Red+Green+Blue) = 44+34+155=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C229B is #D3DD64. Grayscale: #323232. Windows color (decimal): -13884773 or 10166828. OLE color: 10166828.

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

Color convert

RGB 44 34 155 -
CMYK 0.72 0.78 0 0.39
HSL 244.96º 0.64% 0.37% -
HSV(B) 244.96º 0.78% 0.61% -
XYZ 7.53 4.05 31.39 -
YUV 50.78 186.81 123.16 -
System Red Green Blue C M Y K H S L
Decimal 44 34 155 0.72 0.78 0 0.39 244.96 0.64 0.37
Hex 2C 22 9B 48 4E 0 27 F5 40 25
Octal 54 42 233 110 116 0 47 365 100 45
Binary 101100 100010 10011011 1001000 1001110 0 100111 11110101 1000000 100101

Color Harmonies of #2C229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C229B

Black with #2C229B

Text Example


Text Example

White with #2C229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,34,155); }

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

background-color css

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

 a { background-color: rgb(44,34,155); }

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

border-color css

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

 span { border-color: rgb(44,34,155); }

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