#26035C

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

Shades of Christalle #26035C

Tints of Christalle #26035C

Color information

#26035C (or 0x26035C) is unknown color: approx Christalle. HEX triplet: 26, 03 and 5C. RGB value is (38,3,92). Sum of RGB (Red+Green+Blue) = 38+3+92=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #26035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26035C is #D9FCA3. Grayscale: #171717. Windows color (decimal): -14285988 or 6030118. OLE color: 6030118.

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

Color convert

RGB38392-
CMYK0.590.9700.64
HSL263.6º93.68%18.63%-
HSV(B)263.6º96.74%36.08%-
XYZ2.761.2510.22-
YUV23.61166.6138.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.57%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 92 (36.33% from 255) = 69.17%
R=28.57%
G=2.26%
B=69.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal383920.590.9700.64263.693.6818.63
Hex2635C3B610401085e13
Octal46313473141010041013623
Binary100110111011100111011110000101000000100001000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26035C; }

 p { color: rgb(38,3,92); }

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

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

 a { background-color: rgb(38,3,92); }

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

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

 span { border-color: rgb(38,3,92); }

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