#25065B

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

Shades of Christalle #25065B

Tints of Christalle #25065B

Color information

#25065B (or 0x25065B) is unknown color: approx Christalle. HEX triplet: 25, 06 and 5B. RGB value is (37,6,91). Sum of RGB (Red+Green+Blue) = 37+6+91=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #25065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25065B is #DAF9A4. Grayscale: #181818. Windows color (decimal): -14350757 or 5965349. OLE color: 5965349.

HSL color Cylindrical-coordinate representation of color #25065B: hue angle of 261.88º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25065B is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB37691-
CMYK0.590.9300.64
HSL261.88º87.63%19.02%-
HSV(B)261.88º93.41%35.69%-
XYZ2.721.2810-
YUV24.96165.27136.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 91 (35.94% from 255) = 67.91%
R=27.61%
G=4.48%
B=67.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal376910.590.9300.64261.8887.6319.02
Hex2565B3B5D0401065813
Octal45613373135010040613023
Binary1001011101011011111011101110101000000100000110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25065B; }

 p { color: rgb(37,6,91); }

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

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

 a { background-color: rgb(37,6,91); }

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

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

 span { border-color: rgb(37,6,91); }

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