Html Css Color HEX #2C179F Ultramarine

📋 copy color: '#2C179F'

red 44 ◦ green 23 ◦ blue 159

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

Shades of Ultramarine #2C179F

Tints of Ultramarine #2C179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

 BLUE value IS 159 (62.5% from 255) = 70.35%

R = 19.47%
G = 10.18%
B = 70.35%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C179F (or 0x2C179F) is known color: Ultramarine. HEX triplet: 2C, 17 and 9F. RGB value is (44,23,159). Sum of RGB (Red+Green+Blue) = 44+23+159=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C179F is #D3E860. Grayscale: #2C2C2C. Windows color (decimal): -13887585 or 10426156. OLE color: 10426156.

HSL color Cylindrical-coordinate representation of color #2C179F: hue angle of 249.26º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C179F is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 23 159 -
CMYK 0.72 0.86 0 0.38
HSL 249.26º 0.75% 0.36% -
HSV(B) 249.26º 0.86% 0.62% -
XYZ 7.6 3.65 33.1 -
YUV 44.78 192.46 127.44 -
System Red Green Blue C M Y K H S L
Decimal 44 23 159 0.72 0.86 0 0.38 249.26 0.75 0.36
Hex 2C 17 9F 48 56 0 26 F9 4B 24
Octal 54 27 237 110 126 0 46 371 113 44
Binary 101100 10111 10011111 1001000 1010110 0 100110 11111001 1001011 100100

Color Harmonies of #2C179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C179F

Black with #2C179F

Text Example


Text Example

White with #2C179F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,23,159); }

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

background-color css

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

 a { background-color: rgb(44,23,159); }

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

border-color css

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

 span { border-color: rgb(44,23,159); }

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