Html Css Color HEX #252890 Ultramarine

📋 copy color: '#252890'

red 37 ◦ green 40 ◦ blue 144

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

Shades of Ultramarine #252890

Tints of Ultramarine #252890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 16.74%
G = 18.1%
B = 65.16%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#252890 (or 0x252890) is known color: 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

RGB 37 40 144 -
CMYK 0.74 0.72 0 0.44
HSL 238.32º 0.59% 0.35% -
HSV(B) 238.32º 0.74% 0.56% -
XYZ 6.56 3.92 26.8 -
YUV 50.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 37 40 144 0.74 0.72 0 0.44 238.32 0.59 0.35
Hex 25 28 90 4A 48 0 2C EE 3B 23
Octal 45 50 220 112 110 0 54 356 73 43
Binary 100101 101000 10010000 1001010 1001000 0 101100 11101110 111011 100011

Color Harmonies of #252890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252890

Black with #252890

Text Example


Text Example

White with #252890

Text Example


Text Example

HTML Codes & Css Web 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>