Html Css Color HEX #252295 Ultramarine

📋 copy color: '#252295'

red 37 ◦ green 34 ◦ blue 149

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

Shades of Ultramarine #252295

Tints of Ultramarine #252295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

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

R = 16.82%
G = 15.45%
B = 67.73%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#252295 (or 0x252295) is known color: Ultramarine. HEX triplet: 25, 22 and 95. RGB value is (37,34,149). Sum of RGB (Red+Green+Blue) = 37+34+149=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #252295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252295 is #DADD6A. Grayscale: #2F2F2F. Windows color (decimal): -14343531 or 9773605. OLE color: 9773605.

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

Color convert

RGB 37 34 149 -
CMYK 0.75 0.77 0 0.42
HSL 241.57º 0.63% 0.36% -
HSV(B) 241.57º 0.77% 0.58% -
XYZ 6.76 3.71 28.79 -
YUV 48.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 37 34 149 0.75 0.77 0 0.42 241.57 0.63 0.36
Hex 25 22 95 4B 4D 0 2A F2 3F 24
Octal 45 42 225 113 115 0 52 362 77 44
Binary 100101 100010 10010101 1001011 1001101 0 101010 11110010 111111 100100

Color Harmonies of #252295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252295

Black with #252295

Text Example


Text Example

White with #252295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252295; }

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

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

background-color css

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

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

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

border-color css

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

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

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