Html Css Color HEX #2C15AA Ultramarine

📋 copy color: '#2C15AA'

red 44 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #2C15AA

Tints of Ultramarine #2C15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 18.72%
G = 8.94%
B = 72.34%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C15AA (or 0x2C15AA) is known color: Ultramarine. HEX triplet: 2C, 15 and AA. RGB value is (44,21,170). Sum of RGB (Red+Green+Blue) = 44+21+170=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C15AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C15AA is #D3EA55. Grayscale: #2C2C2C. Windows color (decimal): -13888086 or 11146540. OLE color: 11146540.

HSL color Cylindrical-coordinate representation of color #2C15AA: hue angle of 249.26º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C15AA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 21 170 -
CMYK 0.74 0.88 0 0.33
HSL 249.26º 0.78% 0.37% -
HSV(B) 249.26º 0.88% 0.67% -
XYZ 8.56 3.97 38.35 -
YUV 44.86 198.62 127.38 -
System Red Green Blue C M Y K H S L
Decimal 44 21 170 0.74 0.88 0 0.33 249.26 0.78 0.37
Hex 2C 15 AA 4A 58 0 21 F9 4E 25
Octal 54 25 252 112 130 0 41 371 116 45
Binary 101100 10101 10101010 1001010 1011000 0 100001 11111001 1001110 100101

Color Harmonies of #2C15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C15AA

Black with #2C15AA

Text Example


Text Example

White with #2C15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,21,170); }

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

background-color css

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

 a { background-color: rgb(44,21,170); }

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

border-color css

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

 span { border-color: rgb(44,21,170); }

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