#250296

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

Shades of Ultramarine #250296

Tints of Ultramarine #250296

Color information

#250296 (or 0x250296) is unknown color: approx Ultramarine. HEX triplet: 25, 02 and 96. RGB value is (37,2,150). Sum of RGB (Red+Green+Blue) = 37+2+150=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 150 (58.98% from 255 or 79.37% from 189); Max value from RGB is 150 - color contains mainly: blue. Hex color #250296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250296 is #DAFD69. Grayscale: #1C1C1C. Windows color (decimal): -14351722 or 9830949. OLE color: 9830949.

HSL color Cylindrical-coordinate representation of color #250296: hue angle of 254.19º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250296 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB372150-
CMYK0.750.9900.41
HSL254.19º97.37%29.8%-
HSV(B)254.19º98.67%58.82%-
XYZ6.292.6429.03-
YUV29.34196.1133.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 150 (58.98% from 255) = 79.37%
R=19.58%
G=1.06%
B=79.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3721500.750.9900.41254.1997.3729.8
Hex252964B63029fe611e
Octal45222611314305137614136
Binary100101101001011010010111100011010100111111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250296; }

 p { color: rgb(37,2,150); }

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

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

 a { background-color: rgb(37,2,150); }

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

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

 span { border-color: rgb(37,2,150); }

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