#252890

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

Shades of Ultramarine #252890

Tints of Ultramarine #252890

Color information

#252890 (or 0x252890) is unknown color: approx Ultramarine. HEX triplet: 25, 28 and 90. RGB value is (37,40,144). Sum of RGB (Red+Green+Blue) = 37+40+144=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #252890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252890 is #DAD76F. Grayscale: #323232. Windows color (decimal): -14342000 or 9447461. OLE color: 9447461.

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

Color convert

RGB3740144-
CMYK0.740.7200.44
HSL238.32º59.12%35.49%-
HSV(B)238.32º74.31%56.47%-
XYZ6.563.9226.8-
YUV50.96180.51118.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 144 (56.64% from 255) = 65.16%
R=16.74%
G=18.10%
B=65.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37401440.740.7200.44238.3259.1235.49
Hex2528904A4802Cee3b23
Octal45502201121100543567343
Binary1001011010001001000010010101001000010110011101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252890; }

 p { color: rgb(37,40,144); }

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

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

 a { background-color: rgb(37,40,144); }

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

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

 span { border-color: rgb(37,40,144); }

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