Html Css Color HEX #2C249B Ultramarine

📋 copy color: '#2C249B'

red 44 ◦ green 36 ◦ blue 155

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

Shades of Ultramarine #2C249B

Tints of Ultramarine #2C249B

RGB

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

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

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

R = 18.72%
G = 15.32%
B = 65.96%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2C249B (or 0x2C249B) is known color: Ultramarine. HEX triplet: 2C, 24 and 9B. RGB value is (44,36,155). Sum of RGB (Red+Green+Blue) = 44+36+155=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C249B is #D3DB64. Grayscale: #333333. Windows color (decimal): -13884261 or 10167340. OLE color: 10167340.

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

Color convert

RGB 44 36 155 -
CMYK 0.72 0.77 0 0.39
HSL 244.03º 0.62% 0.37% -
HSV(B) 244.03º 0.77% 0.61% -
XYZ 7.59 4.16 31.41 -
YUV 51.96 186.15 122.32 -
System Red Green Blue C M Y K H S L
Decimal 44 36 155 0.72 0.77 0 0.39 244.03 0.62 0.37
Hex 2C 24 9B 48 4D 0 27 F4 3E 25
Octal 54 44 233 110 115 0 47 364 76 45
Binary 101100 100100 10011011 1001000 1001101 0 100111 11110100 111110 100101

Color Harmonies of #2C249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C249B

Black with #2C249B

Text Example


Text Example

White with #2C249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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