#252690

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

Shades of Ultramarine #252690

Tints of Ultramarine #252690

Color information

#252690 (or 0x252690) is unknown color: approx Ultramarine. HEX triplet: 25, 26 and 90. RGB value is (37,38,144). Sum of RGB (Red+Green+Blue) = 37+38+144=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #252690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252690 is #DAD96F. Grayscale: #313131. Windows color (decimal): -14342512 or 9446949. OLE color: 9446949.

HSL color Cylindrical-coordinate representation of color #252690: hue angle of 239.44º 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 #252690 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3738144-
CMYK0.740.7400.44
HSL239.44º59.12%35.49%-
HSV(B)239.44º74.31%56.47%-
XYZ6.493.7926.78-
YUV49.78181.17118.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 144 (56.64% from 255) = 65.75%
R=16.89%
G=17.35%
B=65.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37381440.740.7400.44239.4459.1235.49
Hex2526904A4A02Cef3b23
Octal45462201121120543577343
Binary1001011001101001000010010101001010010110011101111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252690; }

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

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

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

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

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

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

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

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