Html Css Color HEX #252190 Ultramarine

📋 copy color: '#252190'

red 37 ◦ green 33 ◦ blue 144

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

Shades of Ultramarine #252190

Tints of Ultramarine #252190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 17.29%
G = 15.42%
B = 67.29%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#252190 (or 0x252190) is known color: Ultramarine. HEX triplet: 25, 21 and 90. RGB value is (37,33,144). Sum of RGB (Red+Green+Blue) = 37+33+144=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #252190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252190 is #DADE6F. Grayscale: #2E2E2E. Windows color (decimal): -14343792 or 9445669. OLE color: 9445669.

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

Color convert

RGB 37 33 144 -
CMYK 0.74 0.77 0 0.44
HSL 242.16º 0.63% 0.35% -
HSV(B) 242.16º 0.77% 0.56% -
XYZ 6.34 3.49 26.73 -
YUV 46.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 37 33 144 0.74 0.77 0 0.44 242.16 0.63 0.35
Hex 25 21 90 4A 4D 0 2C F2 3F 23
Octal 45 41 220 112 115 0 54 362 77 43
Binary 100101 100001 10010000 1001010 1001101 0 101100 11110010 111111 100011

Color Harmonies of #252190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252190

Black with #252190

Text Example


Text Example

White with #252190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252190; }

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

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

background-color css

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

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

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

border-color css

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

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

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