#38095C

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

Shades of Christalle #38095C

Tints of Christalle #38095C

Color information

#38095C (or 0x38095C) is unknown color: approx Christalle. HEX triplet: 38, 09 and 5C. RGB value is (56,9,92). Sum of RGB (Red+Green+Blue) = 56+9+92=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #38095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38095C is #C7F6A3. Grayscale: #202020. Windows color (decimal): -13104804 or 6031672. OLE color: 6031672.

HSL color Cylindrical-coordinate representation of color #38095C: hue angle of 273.98º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38095C is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56992-
CMYK0.390.9000.64
HSL273.98º82.18%19.8%-
HSV(B)273.98º90.22%36.08%-
XYZ3.661.8110.28-
YUV32.52161.57144.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=35.67%
G=5.73%
B=58.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal569920.390.9000.64273.9882.1819.8
Hex3895C275A0401125214
Octal701113447132010042212224
Binary11100010011011100100111101101001000000100010010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,9,92); }

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

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

 a { background-color: rgb(56,9,92); }

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

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

 span { border-color: rgb(56,9,92); }

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