#252397

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

Shades of Ultramarine #252397

Tints of Ultramarine #252397

Color information

#252397 (or 0x252397) is unknown color: approx Ultramarine. HEX triplet: 25, 23 and 97. RGB value is (37,35,151). Sum of RGB (Red+Green+Blue) = 37+35+151=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #252397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252397 is #DADC68. Grayscale: #303030. Windows color (decimal): -14343273 or 9904933. OLE color: 9904933.

HSL color Cylindrical-coordinate representation of color #252397: hue angle of 241.03º degrees, saturation: 0.62, 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 #252397 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3735151-
CMYK0.750.7700.41
HSL241.03º62.37%36.47%-
HSV(B)241.03º76.82%59.22%-
XYZ6.953.8329.65-
YUV48.82185.66119.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 151 (59.38% from 255) = 67.71%
R=16.59%
G=15.70%
B=67.71%

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
Decimal37351510.750.7700.41241.0362.3736.47
Hex2523974B4D029f13e24
Octal45432271131150513617644
Binary1001011000111001011110010111001101010100111110001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252397; }

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

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

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

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

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

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

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

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