#38275C

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

Shades of Christalle #38275C

Tints of Christalle #38275C

Color information

#38275C (or 0x38275C) is unknown color: approx Christalle. HEX triplet: 38, 27 and 5C. RGB value is (56,39,92). Sum of RGB (Red+Green+Blue) = 56+39+92=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #38275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38275C is #C7D8A3. Grayscale: #313131. Windows color (decimal): -13097124 or 6039352. OLE color: 6039352.

HSL color Cylindrical-coordinate representation of color #38275C: hue angle of 259.25º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38275C is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB563992-
CMYK0.390.5800.64
HSL259.25º40.46%25.69%-
HSV(B)259.25º57.61%36.08%-
XYZ4.293.0610.49-
YUV50.12151.63132.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 92 (36.33% from 255) = 49.20%
R=29.95%
G=20.86%
B=49.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5639920.390.5800.64259.2540.4625.69
Hex38275C273A040103281a
Octal7047134477201004035032
Binary11100010011110111001001111110100100000010000001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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