#25228E

Color #25228E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #25228E

Tints of Ultramarine #25228E

Color information

#25228E (or 0x25228E) is unknown color: approx 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

RGB3734142-
CMYK0.740.7600.44
HSL241.67º61.36%34.51%-
HSV(B)241.67º76.06%55.69%-
XYZ6.223.4925.94-
YUV47.21181.49120.72-

RGB Variations

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

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 (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37341420.740.7600.44241.6761.3634.51
Hex25228E4A4C02Cf23d23
Octal45422161121140543627543
Binary1001011000101000111010010101001100010110011110010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>