Html Css Color HEX #252495 Ultramarine

📋 copy color: '#252495'

red 37 ◦ green 36 ◦ blue 149

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

Shades of Ultramarine #252495

Tints of Ultramarine #252495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

 BLUE value IS 149 (58.59% from 255) = 67.12%

R = 16.67%
G = 16.22%
B = 67.12%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#252495 (or 0x252495) is known color: Ultramarine. HEX triplet: 25, 24 and 95. RGB value is (37,36,149). Sum of RGB (Red+Green+Blue) = 37+36+149=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #252495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252495 is #DADB6A. Grayscale: #303030. Windows color (decimal): -14343019 or 9774117. OLE color: 9774117.

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

Color convert

RGB 37 36 149 -
CMYK 0.75 0.76 0 0.42
HSL 240.53º 0.61% 0.36% -
HSV(B) 240.53º 0.76% 0.58% -
XYZ 6.82 3.82 28.81 -
YUV 49.18 184.33 119.31 -
System Red Green Blue C M Y K H S L
Decimal 37 36 149 0.75 0.76 0 0.42 240.53 0.61 0.36
Hex 25 24 95 4B 4C 0 2A F1 3D 24
Octal 45 44 225 113 114 0 52 361 75 44
Binary 100101 100100 10010101 1001011 1001100 0 101010 11110001 111101 100100

Color Harmonies of #252495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252495

Black with #252495

Text Example


Text Example

White with #252495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252495; }

 p { color: rgb(37,36,149); }

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

background-color css

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

 a { background-color: rgb(37,36,149); }

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

border-color css

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

 span { border-color: rgb(37,36,149); }

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