Html Css Color HEX #25228E Ultramarine

📋 copy color: '#25228E'

red 37 ◦ green 34 ◦ blue 142

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

Shades of Ultramarine #25228E

Tints of Ultramarine #25228E

RGB

 RED value IS 37 (14.84% from 255) = 17.37%

 GREEN value IS 34 (13.67% from 255) = 15.96%

 BLUE value IS 142 (55.86% from 255) = 66.67%

R = 17.37%
G = 15.96%
B = 66.67%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25228E (or 0x25228E) is known color: Ultramarine. HEX triplet: 25, 22 and 8E. RGB value is (37,34,142). Sum of RGB (Red+Green+Blue) = 37+34+142=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #25228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25228E is #DADD71. Grayscale: #2E2E2E. Windows color (decimal): -14343538 or 9314853. OLE color: 9314853.

HSL color Cylindrical-coordinate representation of color #25228E: hue angle of 241.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25228E is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 34 142 -
CMYK 0.74 0.76 0 0.44
HSL 241.67º 0.61% 0.35% -
HSV(B) 241.67º 0.76% 0.56% -
XYZ 6.22 3.49 25.94 -
YUV 47.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 37 34 142 0.74 0.76 0 0.44 241.67 0.61 0.35
Hex 25 22 8E 4A 4C 0 2C F2 3D 23
Octal 45 42 216 112 114 0 54 362 75 43
Binary 100101 100010 10001110 1001010 1001100 0 101100 11110010 111101 100011

Color Harmonies of #25228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25228E

Black with #25228E

Text Example


Text Example

White with #25228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25228E; }

 p { color: rgb(37,34,142); }

 H1.HeaderClassName
 {
   color: #25228E;
 }
 .AnyTagClassName
 {
   color: #25228E;
 }
</style>

background-color css

<style>
 a { background-color: #25228E; }

 a { background-color: rgb(37,34,142); }

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

border-color css

<style>
 span { border-color: #25228E; }

 span { border-color: rgb(37,34,142); }

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