Html Css Color HEX #250390 Ultramarine

📋 copy color: '#250390'

red 37 ◦ green 3 ◦ blue 144

#250390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #250390

Tints of Ultramarine #250390

RGB

 RED value IS 37 (14.84% from 255) = 20.11%

 GREEN value IS 3 (1.56% from 255) = 1.63%

 BLUE value IS 144 (56.64% from 255) = 78.26%

R = 20.11%
G = 1.63%
B = 78.26%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#250390 (or 0x250390) is known color: Ultramarine. HEX triplet: 25, 03 and 90. RGB value is (37,3,144). Sum of RGB (Red+Green+Blue) = 37+3+144=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #250390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250390 is #DAFC6F. Grayscale: #1C1C1C. Windows color (decimal): -14351472 or 9437989. OLE color: 9437989.

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

Color convert

RGB 37 3 144 -
CMYK 0.74 0.98 0 0.44
HSL 254.47º 0.96% 0.29% -
HSV(B) 254.47º 0.98% 0.56% -
XYZ 5.83 2.47 26.56 -
YUV 29.24 192.76 133.54 -
System Red Green Blue C M Y K H S L
Decimal 37 3 144 0.74 0.98 0 0.44 254.47 0.96 0.29
Hex 25 3 90 4A 62 0 2C FE 60 1D
Octal 45 3 220 112 142 0 54 376 140 35
Binary 100101 11 10010000 1001010 1100010 0 101100 11111110 1100000 11101

Color Harmonies of #250390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250390

Black with #250390

Text Example


Text Example

White with #250390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250390; }

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

 H1.HeaderClassName
 {
   color: #250390;
 }
 .AnyTagClassName
 {
   color: #250390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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