Html Css Color HEX #2C2599 Ultramarine

📋 copy color: '#2C2599'

red 44 ◦ green 37 ◦ blue 153

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

Shades of Ultramarine #2C2599

Tints of Ultramarine #2C2599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 153 (60.16% from 255) = 65.38%

R = 18.8%
G = 15.81%
B = 65.38%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2C2599 (or 0x2C2599) is known color: Ultramarine. HEX triplet: 2C, 25 and 99. RGB value is (44,37,153). Sum of RGB (Red+Green+Blue) = 44+37+153=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C2599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2599 is #D3DA66. Grayscale: #333333. Windows color (decimal): -13884007 or 10036524. OLE color: 10036524.

HSL color Cylindrical-coordinate representation of color #2C2599: hue angle of 243.62º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C2599 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 44 37 153 -
CMYK 0.71 0.76 0 0.4
HSL 243.62º 0.61% 0.37% -
HSV(B) 243.62º 0.76% 0.6% -
XYZ 7.45 4.16 30.55 -
YUV 52.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 44 37 153 0.71 0.76 0 0.4 243.62 0.61 0.37
Hex 2C 25 99 47 4C 0 28 F4 3D 25
Octal 54 45 231 107 114 0 50 364 75 45
Binary 101100 100101 10011001 1000111 1001100 0 101000 11110100 111101 100101

Color Harmonies of #2C2599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2599

Black with #2C2599

Text Example


Text Example

White with #2C2599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,37,153); }

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

background-color css

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

 a { background-color: rgb(44,37,153); }

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

border-color css

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

 span { border-color: rgb(44,37,153); }

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