Html Css Color HEX #2C2396 Ultramarine

📋 copy color: '#2C2396'

red 44 ◦ green 35 ◦ blue 150

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

Shades of Ultramarine #2C2396

Tints of Ultramarine #2C2396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 150 (58.98% from 255) = 65.5%

R = 19.21%
G = 15.28%
B = 65.5%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2C2396 (or 0x2C2396) is known color: Ultramarine. HEX triplet: 2C, 23 and 96. RGB value is (44,35,150). Sum of RGB (Red+Green+Blue) = 44+35+150=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C2396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2396 is #D3DC69. Grayscale: #323232. Windows color (decimal): -13884522 or 9839404. OLE color: 9839404.

HSL color Cylindrical-coordinate representation of color #2C2396: hue angle of 244.7º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C2396 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 44 35 150 -
CMYK 0.71 0.77 0 0.41
HSL 244.7º 0.62% 0.36% -
HSV(B) 244.7º 0.77% 0.59% -
XYZ 7.14 3.94 29.24 -
YUV 50.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 44 35 150 0.71 0.77 0 0.41 244.7 0.62 0.36
Hex 2C 23 96 47 4D 0 29 F5 3E 24
Octal 54 43 226 107 115 0 51 365 76 44
Binary 101100 100011 10010110 1000111 1001101 0 101001 11110101 111110 100100

Color Harmonies of #2C2396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2396

Black with #2C2396

Text Example


Text Example

White with #2C2396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,35,150); }

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

background-color css

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

 a { background-color: rgb(44,35,150); }

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

border-color css

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

 span { border-color: rgb(44,35,150); }

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