Html Css Color HEX #252390 Ultramarine

📋 copy color: '#252390'

red 37 ◦ green 35 ◦ blue 144

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

Shades of Ultramarine #252390

Tints of Ultramarine #252390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 17.13%
G = 16.2%
B = 66.67%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#252390 (or 0x252390) is known color: Ultramarine. HEX triplet: 25, 23 and 90. RGB value is (37,35,144). Sum of RGB (Red+Green+Blue) = 37+35+144=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #252390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252390 is #DADC6F. Grayscale: #2F2F2F. Windows color (decimal): -14343280 or 9446181. OLE color: 9446181.

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

Color convert

RGB 37 35 144 -
CMYK 0.74 0.76 0 0.44
HSL 241.1º 0.61% 0.35% -
HSV(B) 241.1º 0.76% 0.56% -
XYZ 6.4 3.61 26.74 -
YUV 48.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 37 35 144 0.74 0.76 0 0.44 241.1 0.61 0.35
Hex 25 23 90 4A 4C 0 2C F1 3D 23
Octal 45 43 220 112 114 0 54 361 75 43
Binary 100101 100011 10010000 1001010 1001100 0 101100 11110001 111101 100011

Color Harmonies of #252390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252390

Black with #252390

Text Example


Text Example

White with #252390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252390; }

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

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

background-color css

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

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

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

border-color css

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

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

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