#252199

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

Shades of Ultramarine #252199

Tints of Ultramarine #252199

Color information

#252199 (or 0x252199) is unknown color: approx Ultramarine. HEX triplet: 25, 21 and 99. RGB value is (37,33,153). Sum of RGB (Red+Green+Blue) = 37+33+153=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #252199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252199 is #DADE66. Grayscale: #2F2F2F. Windows color (decimal): -14343783 or 10035493. OLE color: 10035493.

HSL color Cylindrical-coordinate representation of color #252199: hue angle of 242º degrees, saturation: 0.65, 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 #252199 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3733153-
CMYK0.760.7800.4
HSL242º64.52%36.47%-
HSV(B)242º78.43%60%-
XYZ7.063.7830.49-
YUV47.88187.33120.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 153 (60.16% from 255) = 68.61%
R=16.59%
G=14.80%
B=68.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37331530.760.7800.424264.5236.47
Hex2521994C4E028f24124
Octal454123111411605036210144
Binary10010110000110011001100110010011100101000111100101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252199; }

 p { color: rgb(37,33,153); }

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

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

 a { background-color: rgb(37,33,153); }

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

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

 span { border-color: rgb(37,33,153); }

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