#252297

Color #252297 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #252297

Tints of Ultramarine #252297

Color information

#252297 (or 0x252297) is unknown color: approx Ultramarine. HEX triplet: 25, 22 and 97. RGB value is (37,34,151). Sum of RGB (Red+Green+Blue) = 37+34+151=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #252297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252297 is #DADD68. Grayscale: #2F2F2F. Windows color (decimal): -14343529 or 9904677. OLE color: 9904677.

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

Color convert

RGB3734151-
CMYK0.750.7700.41
HSL241.54º63.24%36.27%-
HSV(B)241.54º77.48%59.22%-
XYZ6.923.7729.64-
YUV48.24185.99119.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 151 (59.38% from 255) = 68.02%
R=16.67%
G=15.32%
B=68.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37341510.750.7700.41241.5463.2436.27
Hex2522974B4D029f23f24
Octal45422271131150513627744
Binary1001011000101001011110010111001101010100111110010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252297; }

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

 H1.HeaderClassName
 {
   color: #252297;
 }
 .AnyTagClassName
 {
   color: #252297;
 }
</style>
background-color css

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

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

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

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

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

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