#250294

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

Shades of Ultramarine #250294

Tints of Ultramarine #250294

Color information

#250294 (or 0x250294) is unknown color: approx Ultramarine. HEX triplet: 25, 02 and 94. RGB value is (37,2,148). Sum of RGB (Red+Green+Blue) = 37+2+148=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #250294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250294 is #DAFD6B. Grayscale: #1C1C1C. Windows color (decimal): -14351724 or 9699877. OLE color: 9699877.

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

Color convert

RGB372148-
CMYK0.750.9900.42
HSL254.38º97.33%29.41%-
HSV(B)254.38º98.65%58.04%-
XYZ6.132.5728.19-
YUV29.11195.1133.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 148 (58.20% from 255) = 79.14%
R=19.79%
G=1.07%
B=79.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3721480.750.9900.42254.3897.3329.41
Hex252944B6302Afe611d
Octal45222411314305237614135
Binary100101101001010010010111100011010101011111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250294; }

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

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

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

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

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

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

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

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