#25229A

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

Shades of Ultramarine #25229A

Tints of Ultramarine #25229A

Color information

#25229A (or 0x25229A) is unknown color: approx Ultramarine. HEX triplet: 25, 22 and 9A. RGB value is (37,34,154). Sum of RGB (Red+Green+Blue) = 37+34+154=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #25229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25229A is #DADD65. Grayscale: #303030. Windows color (decimal): -14343526 or 10101285. OLE color: 10101285.

HSL color Cylindrical-coordinate representation of color #25229A: hue angle of 241.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25229A is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3734154-
CMYK0.760.7800.40
HSL241.5º63.83%36.86%-
HSV(B)241.5º77.92%60.39%-
XYZ7.173.8730.94-
YUV48.58187.49119.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 154 (60.55% from 255) = 68.44%
R=16.44%
G=15.11%
B=68.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37341540.760.7800.40241.563.8336.86
Hex25229A4C4E028f24025
Octal454223211411605036210045
Binary10010110001010011010100110010011100101000111100101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25229A; }

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

 H1.HeaderClassName
 {
   color: #25229A;
 }
 .AnyTagClassName
 {
   color: #25229A;
 }
</style>
background-color css

<style>
 a { background-color: #25229A; }

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

 div.DivClassName
 {
   background-color: #25229A;
 }
 .BgClassName
 {
   background-color: #25229A;
 }
</style>
border-color css

<style>
 span { border-color: #25229A; }

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

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