#38265D

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

Shades of Christalle #38265D

Tints of Christalle #38265D

Color information

#38265D (or 0x38265D) is unknown color: approx Christalle. HEX triplet: 38, 26 and 5D. RGB value is (56,38,93). Sum of RGB (Red+Green+Blue) = 56+38+93=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #38265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38265D is #C7D9A2. Grayscale: #313131. Windows color (decimal): -13097379 or 6104632. OLE color: 6104632.

HSL color Cylindrical-coordinate representation of color #38265D: hue angle of 259.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38265D is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB563893-
CMYK0.400.5900.64
HSL259.64º41.98%25.69%-
HSV(B)259.64º59.14%36.47%-
XYZ4.33.0210.71-
YUV49.65152.46132.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=29.95%
G=20.32%
B=49.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5638930.400.5900.64259.6441.9825.69
Hex38265D283B0401042a1a
Octal7046135507301004045232
Binary11100010011010111011010001110110100000010000010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38265D; }

 p { color: rgb(56,38,93); }

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

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

 a { background-color: rgb(56,38,93); }

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

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

 span { border-color: rgb(56,38,93); }

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