Html Css Color HEX #2C259D Ultramarine

📋 copy color: '#2C259D'

red 44 ◦ green 37 ◦ blue 157

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

Shades of Ultramarine #2C259D

Tints of Ultramarine #2C259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 18.49%
G = 15.55%
B = 65.97%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C259D (or 0x2C259D) is known color: Ultramarine. HEX triplet: 2C, 25 and 9D. RGB value is (44,37,157). Sum of RGB (Red+Green+Blue) = 44+37+157=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C259D is #D3DA62. Grayscale: #343434. Windows color (decimal): -13884003 or 10298668. OLE color: 10298668.

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

Color convert

RGB 44 37 157 -
CMYK 0.72 0.76 0 0.38
HSL 243.5º 0.62% 0.38% -
HSV(B) 243.5º 0.76% 0.62% -
XYZ 7.79 4.29 32.32 -
YUV 52.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 44 37 157 0.72 0.76 0 0.38 243.5 0.62 0.38
Hex 2C 25 9D 48 4C 0 26 F4 3E 26
Octal 54 45 235 110 114 0 46 364 76 46
Binary 101100 100101 10011101 1001000 1001100 0 100110 11110100 111110 100110

Color Harmonies of #2C259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C259D

Black with #2C259D

Text Example


Text Example

White with #2C259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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