#252298

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

Shades of Ultramarine #252298

Tints of Ultramarine #252298

Color information

#252298 (or 0x252298) is unknown color: approx Ultramarine. HEX triplet: 25, 22 and 98. RGB value is (37,34,152). Sum of RGB (Red+Green+Blue) = 37+34+152=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #252298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252298 is #DADD67. Grayscale: #2F2F2F. Windows color (decimal): -14343528 or 9970213. OLE color: 9970213.

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

Color convert

RGB3734152-
CMYK0.760.7800.40
HSL241.53º63.44%36.47%-
HSV(B)241.53º77.63%59.61%-
XYZ73.830.07-
YUV48.35186.49119.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 152 (59.77% from 255) = 68.16%
R=16.59%
G=15.25%
B=68.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37341520.760.7800.40241.5363.4436.47
Hex2522984C4E028f23f24
Octal45422301141160503627744
Binary1001011000101001100010011001001110010100011110010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252298; }

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

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

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

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

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

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

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

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