Html Css Color HEX #2C249F Ultramarine

📋 copy color: '#2C249F'

red 44 ◦ green 36 ◦ blue 159

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

Shades of Ultramarine #2C249F

Tints of Ultramarine #2C249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

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

R = 18.41%
G = 15.06%
B = 66.53%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C249F (or 0x2C249F) is known color: Ultramarine. HEX triplet: 2C, 24 and 9F. RGB value is (44,36,159). Sum of RGB (Red+Green+Blue) = 44+36+159=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C249F is #D3DB60. Grayscale: #333333. Windows color (decimal): -13884257 or 10429484. OLE color: 10429484.

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

Color convert

RGB 44 36 159 -
CMYK 0.72 0.77 0 0.38
HSL 243.9º 0.63% 0.38% -
HSV(B) 243.9º 0.77% 0.62% -
XYZ 7.93 4.3 33.21 -
YUV 52.41 188.15 122 -
System Red Green Blue C M Y K H S L
Decimal 44 36 159 0.72 0.77 0 0.38 243.9 0.63 0.38
Hex 2C 24 9F 48 4D 0 26 F4 3F 26
Octal 54 44 237 110 115 0 46 364 77 46
Binary 101100 100100 10011111 1001000 1001101 0 100110 11110100 111111 100110

Color Harmonies of #2C249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C249F

Black with #2C249F

Text Example


Text Example

White with #2C249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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