#38035D

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

Shades of Christalle #38035D

Tints of Christalle #38035D

Color information

#38035D (or 0x38035D) is unknown color: approx Christalle. HEX triplet: 38, 03 and 5D. RGB value is (56,3,93). Sum of RGB (Red+Green+Blue) = 56+3+93=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #38035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38035D is #C7FCA2. Grayscale: #1C1C1C. Windows color (decimal): -13106339 or 6095672. OLE color: 6095672.

HSL color Cylindrical-coordinate representation of color #38035D: hue angle of 275.33º 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 #38035D is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56393-
CMYK0.400.9700.64
HSL275.33º93.75%18.82%-
HSV(B)275.33º96.77%36.47%-
XYZ3.641.710.49-
YUV29.11164.06147.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=36.84%
G=1.97%
B=61.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal563930.400.9700.64275.3393.7518.82
Hex3835D28610401135e13
Octal70313550141010042313623
Binary111000111011101101000110000101000000100010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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