#250E61

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

Shades of Christalle #250E61

Tints of Christalle #250E61

Color information

#250E61 (or 0x250E61) is unknown color: approx Christalle. HEX triplet: 25, 0E and 61. RGB value is (37,14,97). Sum of RGB (Red+Green+Blue) = 37+14+97=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #250E61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E61 is #DAF19E. Grayscale: #1E1E1E. Windows color (decimal): -14348703 or 6360613. OLE color: 6360613.

HSL color Cylindrical-coordinate representation of color #250E61: hue angle of 256.63º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250E61 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB371497-
CMYK0.620.8600.62
HSL256.63º74.77%21.76%-
HSV(B)256.63º85.57%38.04%-
XYZ3.081.5711.45-
YUV30.34165.62132.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 14 (5.86% from 255) = 9.46%
BLUE value IS 97 (38.28% from 255) = 65.54%
R=25%
G=9.46%
B=65.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3714970.620.8600.62256.6374.7721.76
Hex25E613E5603E1014b16
Octal45161417612607640111326
Binary1001011110110000111111010101100111110100000001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250E61; }

 p { color: rgb(37,14,97); }

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

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

 a { background-color: rgb(37,14,97); }

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

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

 span { border-color: rgb(37,14,97); }

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