#252398

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

Shades of Ultramarine #252398

Tints of Ultramarine #252398

Color information

#252398 (or 0x252398) is unknown color: approx Ultramarine. HEX triplet: 25, 23 and 98. RGB value is (37,35,152). Sum of RGB (Red+Green+Blue) = 37+35+152=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #252398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252398 is #DADC67. Grayscale: #303030. Windows color (decimal): -14343272 or 9970469. OLE color: 9970469.

HSL color Cylindrical-coordinate representation of color #252398: hue angle of 241.03º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #252398 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3735152-
CMYK0.760.7700.40
HSL241.03º62.57%36.67%-
HSV(B)241.03º76.97%59.61%-
XYZ7.033.8630.08-
YUV48.94186.16119.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 152 (59.77% from 255) = 67.86%
R=16.52%
G=15.62%
B=67.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37351520.760.7700.40241.0362.5736.67
Hex2523984C4D028f13f25
Octal45432301141150503617745
Binary1001011000111001100010011001001101010100011110001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252398; }

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

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

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

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

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

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

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

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